mesa/src/glx
Dylan Baker db9788420d meson: Add support for configuring dri drivers directory.
v2: - drop with_ from dri_drivers_path variable (Eric A)
v3: - Move HAVE_X11_PLATFORM to the proper patch (Eric A)

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2017-10-09 13:42:44 -07:00
..
apple glx: turn LIBGL_PROFILE_CORE into a boolean 2017-09-12 13:53:12 +01:00
tests meson: build glx 2017-10-09 13:42:44 -07:00
windows glx/windows: remove empty variable SHARED_GLAPI_CFLAGS 2017-05-04 18:12:02 +01:00
.gitignore
Makefile.am glx: turn LIBGL_DIAGNOSTIC into a boolean 2017-09-12 13:53:11 +01:00
SConscript glx: turn LIBGL_DIAGNOSTIC into a boolean 2017-09-12 13:53:11 +01:00
XF86dri.c
applegl_glx.c
clientattrib.c
clientinfo.c
compsize.c
create_context.c
dri2.c glx: remove DRI2DriverPrimeShift compile guards 2017-02-13 10:13:46 +00:00
dri2.h
dri2_glx.c dri: Optionally turn off a couple of GLX extensions based on driconf options 2017-06-07 19:43:54 +02:00
dri2_priv.h
dri3_glx.c loader_dri3/glx/egl: Optionally use a blit context for blitting operations 2017-08-17 07:39:42 +02:00
dri3_priv.h egl: turn one more boolean `int` into a `bool` 2017-06-21 21:42:14 +01:00
dri_common.c dri: Introduce SWAP_METHOD tokens 2017-08-10 09:15:33 +02:00
dri_common.h
dri_common_interop.c
dri_common_query_renderer.c
dri_glx.c glx: don't use the template keyword 2017-09-30 19:03:07 +02:00
dri_sarea.h
drisw_glx.c glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW 2017-03-15 11:48:50 +00:00
drisw_priv.h
driwindows_glx.c glx: use ARRAY_SIZE macro 2017-09-08 10:29:40 +01:00
eval.c
g_glxglvnddispatchfuncs.c glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
g_glxglvnddispatchindices.h glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
glx_error.c glx: Don't use current context in __glXSendError 2016-08-17 17:16:34 +09:00
glx_error.h
glx_pbuffer.c glx: silence uninitialized var warning 2017-04-07 13:46:44 -06:00
glx_query.c
glxclient.h EGL: Implement the libglvnd interface for EGL (v3) 2017-04-17 13:03:58 +01:00
glxcmds.c glx: Be more tolerant in glXImportContext (v2) 2017-09-27 10:11:37 -04:00
glxconfig.c glx: Remove #include <GL/glxint.h> 2017-03-28 14:48:12 -04:00
glxconfig.h
glxcurrent.c
glxext.c egl+glx: turn LIBGL_DRI3_DISABLE into a boolean 2017-09-12 13:53:12 +01:00
glxextensions.c glx: Sort the GLX extension bit enum and table 2017-09-22 21:13:45 -04:00
glxextensions.h glx: Sort the GLX extension bit enum and table 2017-09-22 21:13:45 -04:00
glxglvnd.c glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it 2016-11-02 14:52:43 -04:00
glxglvnd.h
glxglvnddispatchfuncs.h
glxhash.c
glxhash.h
indirect_glx.c glx: turn LIBGL_NO_DRAWARRAYS into a boolean 2017-09-12 13:53:12 +01:00
indirect_init.h
indirect_texture_compression.c
indirect_transpose_matrix.c
indirect_vertex_array.c glx: Fix for commit 2c86668694. 2016-07-08 16:46:17 -07: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
meson.build meson: Add support for configuring dri drivers directory. 2017-10-09 13:42:44 -07:00
packrender.h glx: Avoid aliasing violations. 2016-07-26 12:12:27 -07:00
packsingle.h glx: Avoid aliasing violations. 2016-07-26 12:12:27 -07:00
pixel.c
pixelstore.c
query_renderer.c glx: fix error code when there is no context bound 2016-08-15 09:24:10 +03:00
render2.c
renderpix.c
single2.c
singlepix.c
vertarr.c
xf86dri.h
xf86dristr.h
xfont.c