mesa/src/glx
Ilia Mirkin 5ac7f0433b glx: update to updated version of EXT_create_context_es2_profile
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@alum.mit.edu>
Reviewed-by: Matt Turner <mattst88@gmail.com> (v1)
Reviewed-by: Adam Jackson <ajax@redhat.com> (v3)

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
2016-02-03 15:44:51 -05:00
..
apple
tests glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS 2015-09-07 10:43:32 +01:00
.gitignore
applegl_glx.c
clientattrib.c
clientinfo.c
compsize.c glx: Fix image size computation for EXT_texture_integer (v2) 2015-07-31 12:32:16 -04:00
create_context.c
dri2.c
dri2.h
dri2_glx.c glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
dri2_priv.h
dri3_glx.c glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
dri3_priv.h glx/dri3: Convert to use dri3 helper in loader library 2015-11-17 17:26:20 +02:00
dri_common.c glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
dri_common.h
dri_common_query_renderer.c mesa/glx: Resolve GCC sign-compare warning. 2015-08-18 11:34:43 -07:00
dri_glx.c
dri_sarea.h
drisw_glx.c glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
drisw_priv.h
eval.c
glx_error.c
glx_error.h
glx_pbuffer.c
glx_query.c
glxclient.h
glxcmds.c glx: Fix build errors with --enable-mangling (v2) 2015-10-02 13:22:46 +01:00
glxconfig.c
glxconfig.h
glxcurrent.c
glxext.c glx: Fix __glXWireToEvent for BufferSwapComplete 2015-08-18 09:39:46 -04:00
glxextensions.c glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
glxextensions.h glx: update to updated version of EXT_create_context_es2_profile 2016-02-03 15:44:51 -05:00
glxhash.c
glxhash.h
indirect_glx.c
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c
indirect_vertex_array.h
indirect_vertex_array_priv.h
indirect_vertex_program.c
indirect_window_pos.c
Makefile.am glx/dri3: Convert to use dri3 helper in loader library 2015-11-17 17:26:20 +02:00
packrender.h glx: Drop CRAY support. 2015-10-05 14:34:16 -07:00
packsingle.h glx: Drop CRAY support. 2015-10-05 14:34:16 -07:00
pixel.c
pixelstore.c glx: Use _mesa_lroundevenf() in glPixelStoref(). 2015-08-04 10:33:16 -07:00
query_renderer.c
render2.c
renderpix.c
SConscript glx: fix Scons build 2015-05-22 14:38:33 -06:00
single2.c
singlepix.c
vertarr.c
XF86dri.c
xf86dri.h
xf86dristr.h
xfont.c