Merge branch 'fallback-to-gl+llvmpipe' into 'main'

Don't fall back to cairo for software rendering

See merge request GNOME/gtk!6975
This commit is contained in:
Matthias Clasen
2024-03-03 17:54:07 +00:00

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