mesa/src/glx
José Fonseca 26a8f76ba1 scons: Add missing dependencies to src/mapi/glapi/gen/*.xml
Incremental builds were failing because not all generated source files
were missing dependencies to src/mapi/glapi/gen/*.xml.

Hopefully this change will be the end of these incremental build
failures.
2013-10-30 12:21:54 +00:00
..
apple Apple: glFlush() is not needed with CGLFlushDrawable() 2013-07-20 10:25:28 -07:00
tests mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently 2013-07-18 17:42:46 -07:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
applegl_glx.c Use calloc instead of malloc/memset-0 2012-09-05 22:28:50 -07:00
clientattrib.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
clientinfo.c Remove Xcalloc/Xmalloc/Xfree calls 2012-09-05 22:28:49 -07:00
compsize.c Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the server does 2012-02-06 23:00:44 +00:00
create_context.c glx: Store the RENDER_TYPE in indirect rendering 2013-07-18 16:03:42 -07:00
dri2.c glx: Replace DRI2SwapBuffers() custom protocol with XCB. 2012-10-09 14:32:03 -07:00
dri2.h glx: Replace DRI2SwapBuffers() custom protocol with XCB. 2012-10-09 14:32:03 -07:00
dri2_glx.c dri: Pass in the dlsym()ed driver extension to screen creation. 2013-10-24 14:04:20 -07:00
dri_common.c glx: Add an optional function call for getting the DRI driver interface. 2013-10-24 14:04:20 -07:00
dri_common.h glx: Add an optional function call for getting the DRI driver interface. 2013-10-24 14:04:20 -07:00
dri_glx.c glx: Add an optional function call for getting the DRI driver interface. 2013-10-24 14:04:20 -07:00
drisw_glx.c dri: Pass in the dlsym()ed driver extension to screen creation. 2013-10-24 14:04:20 -07:00
eval.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glx_error.c glx: Deliver an xlib style error to the application from an XCB error 2011-12-23 08:40:30 -08:00
glx_error.h glx: Deliver an xlib style error to the application from an XCB error 2011-12-23 08:40:30 -08:00
glx_pbuffer.c glx: Generate GLXBadDrawable when drawable is zero 2013-08-13 17:53:33 -07:00
glx_query.c glx: Unifdef USE_XCB. 2012-10-09 14:32:02 -07:00
glxclient.h glx: Validate the GLX_RENDER_TYPE value 2013-07-18 16:03:42 -07:00
glxcmds.c glx: Require proper drawableType in init_fbconfig_for_chooser 2013-07-18 16:03:42 -07:00
glxconfig.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
glxconfig.h glx/dri: add initial dri interface for GLX_EXT_framebuffer_sRGB. 2011-03-06 20:06:42 +10:00
glxcurrent.c glx: Generate fewer errors in MakeContextCurrent 2013-10-08 13:24:20 -04:00
glxext.c glx: Changes to visual configs initialization. 2013-07-18 16:03:42 -07:00
glxextensions.c glx: Enable floating-point fbconfig extensions 2013-07-18 16:03:42 -07:00
glxextensions.h glx: Enable floating-point fbconfig extensions 2013-07-18 16:03:42 -07:00
glxhash.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxhash.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_glx.c glx: Fix return value from indirect_bind_context 2013-10-25 16:49:28 -04:00
indirect_init.h glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
indirect_texture_compression.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
indirect_transpose_matrix.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
indirect_vertex_array.c glx: Fix another missed glMultiDrawElementsEXT const change. 2013-06-26 12:28:25 -07:00
indirect_vertex_array.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_array_priv.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_program.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
indirect_window_pos.c mesa: Standardize names of OpenGL functions. 2012-11-12 10:53:57 -08:00
Makefile.am glx: Build with VISIBILITY_CFLAGS in automake 2013-03-21 13:21:18 -04:00
packrender.h glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
packsingle.h glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
pixel.c glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
pixelstore.c glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
render2.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
renderpix.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
SConscript scons: Add missing dependencies to src/mapi/glapi/gen/*.xml 2013-10-30 12:21:54 +00:00
single2.c glx: move declarations before code 2013-06-27 07:48:18 -06:00
singlepix.c Don't cast the return value of malloc/realloc 2012-09-05 22:28:50 -07:00
vertarr.c glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. 2010-07-28 16:45:25 -04:00
XF86dri.c integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2] 2013-05-30 18:03:45 -07:00
xf86dri.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
xf86dristr.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
xfont.c mesa: remove outdated version lines in comments 2013-06-05 08:54:27 -06:00