xserver-multidpi/glx
Maarten Maathuis 1861250cd7 {damage,exa}: sanitise damage
- Redo damage naming for more consistency.
- Call post submission functions only where appropriate.
- EXA can now live without it's odd damage workarounds.
2008-08-29 22:15:23 +02:00
..
dispatch.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
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 Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
glapi.c gl: include assert.h if we're compiling with DEBUG. 2008-06-05 09:19:16 +09:30
glapi.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
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 Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04: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
glcontextmodes.c glcontextmodes.[hc] were not added with the removal of the meas symlinks patch. Copied from mesa head 2008.08.06. 2008-08-06 13:37:28 -07:00
glcontextmodes.h glcontextmodes.[hc] were not added with the removal of the meas symlinks patch. Copied from mesa head 2008.08.06. 2008-08-06 13:37:28 -07: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 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.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 DRI2: Drop sarea use, implement server side swap buffers. 2008-08-29 12:33:28 -04:00
glxcmdsswap.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
glxcontext.h Clean up unused definitions from glx headers. 2008-07-25 14:29:25 -04:00
glxdrawable.h Clean up unused definitions from glx headers. 2008-07-25 14:29:25 -04:00
glxdri.c {damage,exa}: sanitise damage 2008-08-29 22:15:23 +02:00
glxdri2.c DRI2: Drop sarea use, implement server side swap buffers. 2008-08-29 12:33:28 -04: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 Don't abort if swrast library is not present 2008-07-24 21:06:34 -05:00
glxext.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
glxext.h Clean up unused definitions from glx headers. 2008-07-25 14:29:25 -04:00
glxscreens.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
glxscreens.h Fix driGetConfigAttribIndex unaligned access to GLboolean. 2008-08-26 11:07:32 -04:00
glxserver.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
glxutil.c Drop unnecessary linked list of contexts from GLXDrawable. 2008-07-24 13:34:24 -04:00
glxutil.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_dispatch_swap.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_dispatch.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_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 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.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 glcontextmodes.[hc] were not added with the removal of the meas symlinks patch. Copied from mesa head 2008.08.06. 2008-08-06 13:37:28 -07:00
render2.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
render2swap.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
renderpix.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
renderpixswap.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
rensize.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
single2.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
single2swap.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
singlepix.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
singlepixswap.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
singlesize.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
singlesize.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
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 Move GL/glx on level up now that it's the only thing left under GL. 2008-05-21 13:33:36 -04:00
xfont.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