mesa/src
Paul Berry 765ed3a6a9 glx: Suppress unused variable warning for cmdlen
No functional change.  In the function
__indirect_glAreTexturesResident(), the variable cmdlen is only used
if USE_XCB is not defined.  This patch avoids a compile warning in the
event that USE_XCB is defined.

v2: just move cmdlen declaration inside the #else part.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-01-11 07:57:56 -08:00
..
egl egl/x11: Merge the right version of Frederiks change 2011-12-21 10:29:30 -05:00
gallium tgsi: add ISSG support 2012-01-11 13:49:02 +00:00
gbm
getopt
glsl mesa: Move transform feedback error check to reduce array overflow risk. 2012-01-11 07:57:56 -08:00
glu glu: remove BeOS define as BeOS is not longer a target platform 2011-12-27 09:16:51 -07:00
glx glx: Suppress unused variable warning for cmdlen 2012-01-11 07:57:56 -08:00
mapi Regenerate files from previous commits 2011-12-13 16:07:17 -08:00
mesa mesa: Fix transform feedback of unsubscripted gl_ClipDistance array. 2012-01-11 07:57:56 -08:00
Makefile
SConscript