Re: [PATCH xserver] glx: Fix GLX_EXT_create_context_es2_profile support

2016-01-21 Thread Adam Jackson
On Wed, 2016-01-20 at 15:50 -0500, Adam Jackson wrote: > As of v4 of this extension, any GLES version number may be requested (to > enable GLES3 and later). To comply with this, simply remove the API > version checks and leave it to the DRI driver to validate. This happens > to also enable using

[PATCH xserver] glx: Fix GLX_EXT_create_context_es2_profile support

2016-01-20 Thread Adam Jackson
As of v4 of this extension, any GLES version number may be requested (to enable GLES3 and later). To comply with this, simply remove the API version checks and leave it to the DRI driver to validate. This happens to also enable using GLES1 in direct contexts, so if that's the dire situation you