Don't fall back to cairo for software rendering
The experience with gl+llvmpipe is not great, in particular on fractional scales. But it is less broken than cairo in that situation.
This commit is contained in:
@@ -688,9 +688,6 @@ get_renderer_for_vulkan (GdkSurface *surface)
|
||||
static GType
|
||||
get_renderer_for_gles2 (GdkSurface *surface)
|
||||
{
|
||||
if (gl_software_rendering (surface))
|
||||
return G_TYPE_INVALID;
|
||||
|
||||
return GSK_TYPE_GL_RENDERER;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user