mesa/src/glx
Kristian Høgsberg 4cd259ca59 dri2_glx: Put the invalidate b/c code back in
The backwards compatibility code calls the DRI driver invalidate hook
on swap buffer and flush front buffer.  This lets the DRI driver rely
on invalidate callbacks and drop the glViewport() hack, even if the
server doesn't send invalidate events.  This is essentially a revert
of 2d00d16da7, except that we now also
pass the __DRI_USE_INVALIDATE extension even when the server doesn't
have DRI2 invalidate events.
2010-05-18 22:58:01 -04:00
..
apple apple: Move glapi to mapi. 2010-05-06 23:39:33 -07:00
clientattrib.c darwin: Use clientattrib 2010-04-27 11:26:51 -07:00
compsize.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri2.c DRI2: report swap events correctly in direct rendered case 2010-04-13 09:39:28 -07:00
dri2.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri2_glx.c dri2_glx: Put the invalidate b/c code back in 2010-05-18 22:58:01 -04:00
dri_common.c Merge branch '7.8' 2010-04-28 07:21:25 -06:00
dri_common.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
dri_glx.c apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -07:00
drisw_glx.c Merge branch '7.8' 2010-04-28 07:21:25 -06:00
eval.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glcontextmodes.c apple: Initial import of libGL for OSX from AppleSGLX svn repository. 2010-04-27 11:26:50 -07:00
glcontextmodes.h Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions 2010-02-19 12:03:01 -05:00
glx_pbuffer.c Merge branch '7.8' 2010-04-28 07:21:25 -06:00
glx_query.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
glxclient.h Merge branch '7.8' 2010-04-28 07:21:25 -06:00
glxcmds.c glx: Get GLX_SCREEN first in __glXQueryContextInfo() 2010-05-07 18:40:54 -04:00
glxcurrent.c apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -07:00
glxext.c glx: fix regression with GLX_USE_GL 2010-05-03 16:17:25 +10:00
glxextensions.c apple: Initial import of libGL for OSX from AppleSGLX svn repository. 2010-04-27 11:26:50 -07:00
glxextensions.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05: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.c apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -07:00
indirect.h Fix unmatched parenthesis introduce by previous commits 2010-03-03 17:50:11 -08:00
indirect_init.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_init.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_size.c apple: Initial import of libGL for OSX from AppleSGLX svn repository. 2010-04-27 11:26:50 -07:00
indirect_size.h Fix unmatched parenthesis introduce by previous commits 2010-03-03 17:50:11 -08:00
indirect_texture_compression.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_transpose_matrix.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
indirect_vertex_array.c glx: fix incorrect array stack memory allocation 2010-02-26 10:34:21 -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 Remove support for GCC older than 3.3.0 2010-03-03 16:26:32 -08:00
indirect_window_pos.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
Makefile glapi: Move to src/mapi/. 2010-05-07 10:41:11 +08:00
packrender.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
packsingle.h Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
pixel.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
pixelstore.c Remove support for GCC older than 3.3.0 2010-03-03 16:26:32 -08:00
render2.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
renderpix.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
single2.c glx/single2.c: Don't call __builtin_expect on non-gnu compilers 2010-03-12 10:28:13 -08:00
singlepix.c apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -07:00
vertarr.c Retire miniglx and move the actual glx code up to src/glx 2010-02-09 09:58:36 -05:00
XF86dri.c apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -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 apple: Change ifdefs for DRI to be DRI && !APPLE 2010-04-27 11:26:51 -07:00