mesa/src/glx
Martin Peres 7eedc79658 driconf: add a way to override GLX extensions
Support for DRI1 is not implemented, but who still uses that?

v2:
 - Add the option to the list of new features
 - Drop overriding the Xorg-exposed extensions

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Martin Peres <martin.peres@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7212>
2020-10-22 07:47:28 +03:00
..
apple meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
tests glx: use anonymous namespace to avoid -Wodr issues when building with LTO enabled 2020-04-04 17:46:05 +00:00
windows meson: use gnu_symbol_visibility argument 2020-06-01 18:59:18 +00:00
applegl_glx.c Revert "glx: Implement GLX_EXT_no_config_context" 2019-09-26 11:07:13 -04:00
clientattrib.c
clientinfo.c
compsize.c
create_context.c Revert "glx: Implement GLX_EXT_no_config_context" 2019-09-26 11:07:13 -04:00
dri2.c glx: remove DRI2DriverPrimeShift compile guards 2017-02-13 10:13:46 +00:00
dri2.h
dri2_glx.c driconf: add a way to override GLX extensions 2020-10-22 07:47:28 +03:00
dri2_priv.h glx: Delegate the core of glXGetScreenDriver to the GLX screen vtable 2020-10-21 10:24:31 -04:00
dri3_glx.c driconf: add a way to override GLX extensions 2020-10-22 07:47:28 +03:00
dri3_priv.h util: rename xmlpool.h to driconf.h 2020-06-22 21:50:12 +00:00
dri_common.c glx: Move glXGet{ScreenDriver,DriverConfig} to common code 2020-10-21 10:24:31 -04:00
dri_common.h glx: move __glXGetUST into the DRI1 code 2020-10-21 10:24:31 -04:00
dri_common_interop.c glx/meson: use full include path for dri_interface.h 2019-03-08 18:00:19 +00:00
dri_common_query_renderer.c glx/meson: use full include path for dri_interface.h 2019-03-08 18:00:19 +00:00
dri_glx.c glx: Move glXGet{ScreenDriver,DriverConfig} to common code 2020-10-21 10:24:31 -04:00
dri_sarea.h include: move sarea.h next to it's only user 2014-08-21 21:47:37 +01:00
drisw_glx.c glx: Delegate the core of glXGetScreenDriver to the GLX screen vtable 2020-10-21 10:24:31 -04:00
drisw_priv.h drisw: Cache the depth of the X drawable 2020-01-23 23:03:13 +00:00
driwindows_glx.c Revert "glx: Implement GLX_EXT_no_config_context" 2019-09-26 11:07:13 -04:00
eval.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
g_glxglvnddispatchfuncs.c Revert "glx: Implement GLX_EXT_no_config_context" 2019-09-26 11:07:13 -04:00
g_glxglvnddispatchindices.h glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
glx_error.c Revert "glx: Fix synthetic error generation in __glXSendError" 2019-05-08 13:16:44 +10:00
glx_error.h glx: Add missing include guards 2018-10-30 06:19:10 -06:00
glx_pbuffer.c glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format 2020-09-17 14:28:24 -04:00
glx_query.c glx: Fix SEGV due to dereferencing a NULL ptr from XCB-GLX. 2019-09-04 16:00:10 +00:00
glxclient.h glx: let users force-enable/disable indirect GL extensions 2020-10-22 07:47:28 +03:00
glxcmds.c glx: move __glXGetUST into the DRI1 code 2020-10-21 10:24:31 -04:00
glxconfig.c Revert "glx: convert glx_config_create_list to one big calloc" 2020-03-04 10:19:48 +00:00
glxconfig.h glx: Add fields for color shifts 2019-08-21 18:36:57 +00:00
glxcurrent.c Revert "glx: Lift sending the MakeCurrent request to top-level code" 2019-09-26 11:07:42 -04:00
glxext.c glx: omit loader_loader() for macOS 2020-04-15 11:37:21 +00:00
glxextensions.c glx: let users force-enable/disable indirect GL extensions 2020-10-22 07:47:28 +03:00
glxextensions.h glx: let users force-enable/disable indirect GL extensions 2020-10-22 07:47:28 +03:00
glxglvnd.c glx: fix glvnd pointer types 2019-06-20 17:21:37 +01:00
glxglvnd.h glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
glxglvnddispatchfuncs.h glx: Implement the libglvnd interface. 2016-05-30 16:29:49 +01:00
glxhash.c meson: Test for random_r() 2019-07-30 11:49:09 -07:00
glxhash.h
indirect_glx.c Revert "glx: Lift sending the MakeCurrent request to top-level code" 2019-09-26 11:07:42 -04:00
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
indirect_vertex_array.c glx: add missing fallthrough comment 2020-07-02 23:52:52 +00:00
indirect_vertex_array.h
indirect_vertex_array_priv.h glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. 2016-07-08 14:03:16 -07:00
indirect_vertex_program.c
indirect_window_pos.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
meson.build drisw: Port the MIT-SHM check to XCB 2020-08-17 16:17:50 +00:00
packrender.h
packsingle.h glx: Avoid aliasing violations. 2016-07-26 12:12:27 -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 Fix build of appleglx 2014-05-23 15:24:07 +01:00
renderpix.c glx: Remove unused indirection for glx_context->fillImage 2019-09-12 13:23:32 -04:00
single2.c
singlepix.c mesa: remove empty glthread.h file 2014-03-03 13:08:59 -07:00
vertarr.c Fix build of appleglx 2014-05-23 15:24:07 +01:00
XF86dri.c
xf86dri.h
xf86dristr.h
xfont.c glx: Fix drawable lookup bugs in glXUseXFont 2019-09-19 21:06:01 -04:00