[Mesa-dev] [PATCH v3] glx: update to updated version of EXT_create_context_es2_profile

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 4 15:50:14 UTC 2016


Hi Ilia,

On 3 February 2016 at 14:52, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> The EXT spec has been updated to:
>  - logically combine the es2_profile and es_profile exts
>  - allow any legal version to be requested
>
> dEQP tests request a specific ES version when using GLX, so this allows
> dEQP upstream to run against GLX with the appropriate X server patch
> (which had similar disabling logic).
>
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> Reviewed-by: Matt Turner <mattst88 at gmail.com> (v1)
>
> v1 -> v2:
>  - distinguish between DRI_API_GLES{,2,3}
>  - add GLX_EXT_create_context_es_profile client-side support
> v2 -> v3:
>  - fix error in computing mask
> ---
>  src/glx/dri2_glx.c      | 11 ++++++++---
>  src/glx/dri3_glx.c      |  7 ++++++-
>  src/glx/dri_common.c    | 28 ++++++++++++----------------
>  src/glx/drisw_glx.c     |  4 +++-
>  src/glx/glxextensions.c |  1 +
>  src/glx/glxextensions.h |  1 +
>  6 files changed, 31 insertions(+), 21 deletions(-)
>
Any objections if we pull this for mesa-stable ?

-Emil


More information about the mesa-dev mailing list