summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-07 15:47:39 -0700
committerBen Skeggs <skeggsb@gmail.com>2007-12-09 12:05:27 +1100
commit382ced1600888c0de5fce06c55f2235d68dfece7 (patch)
treecd5ded0359b9dd2b45da085fe5212c4055c9cf52 /src/mesa
parent7bbc3ef7ec3c616ebbc05a92c4ef39d8e3e5a008 (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...
Diffstat (limited to 'src/mesa')
-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"