summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-07 15:47:39 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-07 15:47:39 -0700
commit099bf3ffe932f4a8c1ddae064bce901555af35ce (patch)
tree1e213533f3eebc2346ca6a73d402e7d4cc0bc062
parent872caf6089e325cf3a0cee877f5119cac560edac (diff)
Enable the tile clear "optimization"
Not really faster yet because we're using the float-valued put/get_tile() functions so we're doing quite a bit of float/int conversion. That can be fixed though...
-rw-r--r--src/mesa/pipe/softpipe/sp_tile_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tile_cache.h b/src/mesa/pipe/softpipe/sp_tile_cache.h
index 12d5815db2..c4f2e0f184 100644
--- a/src/mesa/pipe/softpipe/sp_tile_cache.h
+++ b/src/mesa/pipe/softpipe/sp_tile_cache.h
@@ -28,7 +28,7 @@
#ifndef SP_TILE_CACHE_H
#define SP_TILE_CACHE_H
-#define TILE_CLEAR_OPTIMIZATION 0
+#define TILE_CLEAR_OPTIMIZATION 1
#include "pipe/p_compiler.h"