Re: [PATCH xserver 11/12] glamor_egl: Automatically choose a GLES2 context if desktop GL fails.

2017-05-17 Thread Emil Velikov
Hi Eric, On 16 May 2017 at 19:37, Eric Anholt wrote: > -#ifdef GLAMOR_GLES2 > -GLAMOR_CHECK_EGL_EXTENSIONS(KHR_surfaceless_context, > KHR_surfaceless_gles2); > -#else > -GLAMOR_CHECK_EGL_EXTENSIONS(KHR_surfaceless_context, > -

[PATCH xserver 11/12] glamor_egl: Automatically choose a GLES2 context if desktop GL fails.

2017-05-16 Thread Eric Anholt
GLES2 support has been requested multiple times, and we've had this code laying around trying to implement it. The GLES2 implementation is not quite there yet (some pixel transfer failures), but it shouldn't take much fixing at this point. Signed-off-by: Eric Anholt ---