[Mesa-dev] [PATCH 1/3] egl: rework handling EGL_CONTEXT_FLAGS for ES debug contexts

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 29 12:21:30 PDT 2014


On 29/10/14 10:43, Matthew Waters wrote:
> From: Matthew Waters <ystreet00 at gmail.com>
> 
> As of version 15 of the EGL_KHR_create_context spec, debug contexts
> are allowed for ES contexts.  We should allow creation instead of
> erroring.
> 
By moving the check from the dri module to the loader we can end up with
combination (old loader and new dri module) where neither one does the
checking.
No objections against the patch, just wondering what the correct
solution for that case would be.

-Emil




More information about the mesa-dev mailing list