summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkeithw <keithw>2000-02-06 00:59:00 +0000
committerkeithw <keithw>2000-02-06 00:59:00 +0000
commit821f333dea9ba621d13667681d45ce0a4caf4731 (patch)
tree5a848cda690245f4bb04f7e4928ef7c27c118770
parentc725630faee5764a615a8e60e9146bfc0673eb13 (diff)
Turn off a debug print in the global texture code.
-rw-r--r--xc/lib/GL/mesa/src/drv/i810/i810tex.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/xc/lib/GL/mesa/src/drv/i810/i810tex.c b/xc/lib/GL/mesa/src/drv/i810/i810tex.c
index 0b99c91b7..246a8630f 100644
--- a/xc/lib/GL/mesa/src/drv/i810/i810tex.c
+++ b/xc/lib/GL/mesa/src/drv/i810/i810tex.c
@@ -611,11 +611,8 @@ int i810UploadTexImages( i810ContextPtr imesa, i810TextureObjectPtr t )
*/
i810UpdateTexLRU( imesa, t );
-
if (t->dirty_images) {
-/* _I810Sync( imesa ); */
-
-/* if (I810_DEBUG & DEBUG_VERBOSE_LRU) */
+ if (I810_DEBUG & DEBUG_VERBOSE_LRU)
fprintf(stderr, "*");
for (i = t->min_level ; i <= t->max_level ; i++)