xserver-multidpi/glx
Ian Romanick 4c68079c2a GLX: Changes resulting from changes to Mesa generator scripts / data
Several recent Mesa commits (listed below) make modifications to the
protocol generator data and scripts.  This commit represents the
changes to the generated files resulting from the previous changes.

    - 0f73302d24f4201813da2939742c5bcb6964b3b1
      GLX: Fix protocol for glTexSubImage#D

    - 1709ab01ef24279c782e420568e9257b4b92b224
      Return 0 as the request size when the pixels parameter is NULL

    - 63cca2ba10ce7dcc8481cfa4be3872dfc269dded
      GLX: Include glapi.h before glapitable.h

This is the server-side part of the fix for bugzilla #11003.
(cherry picked from commit f1c9b5ab23)
2008-12-16 12:03:06 -08:00
..
dispatch.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
extension_string.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
extension_string.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
g_disptab.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glapi.c gl: include assert.h if we're compiling with DEBUG. 2008-06-05 09:19:16 +09:30
glapi.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glapioffsets.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glapitable.h GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glapitemp.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glprocs.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glthread.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
glthread.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxbyteorder.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxcmds.c xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
glxcmdsswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxcontext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdrawable.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxdri.c AIGLX: Reinstate call to driver texOffsetFinish hook. 2008-11-04 11:27:53 +01:00
glxdri2.c CopySubBuffer expects GL style coordinates. 2008-11-12 15:21:04 -05:00
glxdricommon.c Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 11:07:32 -04:00
glxdricommon.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glxdriswrast.c xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
glxext.c Upgrade GLX Public License 1.0 to FreeB 2.0. 2008-09-22 11:26:49 -04:00
glxext.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxscreens.c Bug #18159: Spell "anisotropic" correctly 2008-10-21 16:00:32 -04:00
glxscreens.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxserver.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxutil.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
glxutil.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
indirect_dispatch_swap.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_dispatch.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_dispatch.h VBO: Regenerate files based on recent changes to gl_API.xml 2008-07-02 06:25:03 -07:00
indirect_program.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_reqsize.c GLX: Changes resulting from changes to Mesa generator scripts / data 2008-12-16 12:03:06 -08:00
indirect_reqsize.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_size_get.c VBO: Regenerate files based on recent changes to gl_API.xml 2008-07-02 06:25:03 -07:00
indirect_size_get.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_size.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_table.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_table.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_texture_compression.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_util.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
indirect_util.h Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
Makefile.am Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found. 2008-12-09 20:39:06 -08:00
render2.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
render2swap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
renderpix.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
renderpixswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
rensize.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
single2.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
single2swap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlepix.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlepixswap.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlesize.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
singlesize.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
swap_interval.c Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
unpack.h Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00
xfont.c Update to SGI FreeB 2.0. 2008-09-19 12:02:28 -04:00