mesa/src/glx
Eric Engestrom 4a1238a452 egl: turn one more boolean `int` into a `bool`
Same as the previous commit, but this one was split out because it's
a bit more complicated: this field is given as a pointer to a function,
so the function had to be changed as well, and the function was use in
a bunch of places, which needed updating as well.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-06-21 21:42:14 +01:00
..
apple glx/apple: remove empty variable SHARED_GLAPI_CFLAGS 2017-05-04 18:12:05 +01:00
tests glx/tests: automake: add dispatch-index-check to the tarball 2017-02-28 16:18:27 +00:00
windows glx/windows: remove empty variable SHARED_GLAPI_CFLAGS 2017-05-04 18:12:02 +01:00
.gitignore
Makefile.am glx: automake: scons: remove unneeded GLX_SHARED_GLAPI define 2017-05-04 18:11:59 +01:00
SConscript glx: automake: scons: remove unneeded GLX_SHARED_GLAPI define 2017-05-04 18:11:59 +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 dri: Optionally turn off a couple of GLX extensions based on driconf options 2017-06-07 19:43:54 +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: make use of loader_get_extensions_name(..) helper 2016-11-15 18:15:16 +00:00
dri_common.h
dri_common_interop.c
dri_common_query_renderer.c
dri_glx.c glx: remove always true XDAMAGE_1_1_INTERFACE guard 2017-02-13 10:14:32 +00: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 direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") 2016-09-15 13:14:43 +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: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING 2017-05-04 18:11:50 +01:00
glxconfig.c glx: Remove #include <GL/glxint.h> 2017-03-28 14:48:12 -04:00
glxconfig.h
glxcurrent.c glx: Call __glXInitVertexArrayState() with a usable gc. 2016-07-08 14:02:56 -07:00
glxext.c glx: return GL_FALSE from glx_screen_init where applicable. 2016-10-06 15:03:47 +01:00
glxextensions.c
glxextensions.h mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro 2017-01-18 16:01:14 +00: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: Call __glXInitVertexArrayState() with a usable gc. 2016-07-08 14:02:56 -07: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
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