[PATCH xserver 11/12] glamor_egl: Automatically choose a GLES2 context if desktop GL fails.
Emil Velikov
emil.l.velikov at gmail.com
Wed May 17 18:36:07 UTC 2017
Hi Eric,
On 16 May 2017 at 19:37, Eric Anholt <eric at anholt.net> wrote:
> -#ifdef GLAMOR_GLES2
> - GLAMOR_CHECK_EGL_EXTENSIONS(KHR_surfaceless_context, KHR_surfaceless_gles2);
> -#else
> - GLAMOR_CHECK_EGL_EXTENSIONS(KHR_surfaceless_context,
> - KHR_surfaceless_opengl);
AFAICT neither KHR_surfaceless_opengl nor KHR_surfaceless_gles2 ever
got approved.
A look through git log shows that only Mesa 8 advertised them circa 2012.
I'd just could drop them (patch 10.5 perhaps?) and leave the singe
check up here.
-Emil
More information about the xorg-devel
mailing list