mesa/src
Carl Worth 14a3d61ea3 Avoid compiler warning for unused glx_dpy variable.
My earlier attempt to eliminate this warning (c0ca2bfb2a) was
invalid as it removed the variable declaration. Jerome correctly
reverted that (600c85efdb) since the variable is used when
X_DRI2SwapBuffers is defined.

Here, instead of removing the declaration, we move it to inside the
correct #ifdef.
2010-07-28 10:33:27 -07:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Return the correct array size in _eglFlattenArray. 2010-07-15 10:05:46 +08:00
gallium r600g: cleanup resource buffer/texture mess 2010-07-28 12:18:19 -04:00
glsl glsl/apps: Handle ftell errors in non-debug builds. 2010-07-15 18:45:20 -07:00
glu glu/sgi: Remove dead initialization in extract565rev. 2010-07-16 01:11:03 -07:00
glut Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx Avoid compiler warning for unused glx_dpy variable. 2010-07-28 10:33:27 -07:00
mapi glapi: Fix VMware spelling. 2010-07-28 01:11:34 -07:00
mesa intel: Remove unused intel/server files 2010-07-27 15:22:07 -04:00
Makefile
SConscript SConscript: don't build mesa components if mesa not in state trackers 2010-06-08 17:38:56 +01:00