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:
Matthias Clasen
2024-03-03 12:28:20 -05:00
parent 7c207c4868
commit b95eceea60

View File

@@ -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;
}