Enable the tile clear "optimization"
authorBrian <brian.paul@tungstengraphics.com>
Fri, 7 Dec 2007 22:47:39 +0000 (15:47 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 7 Dec 2007 22:47:39 +0000 (15:47 -0700)
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...

src/mesa/pipe/softpipe/sp_tile_cache.h

index 12d5815db28ae39f2b8bf400a7c92ce50704c78e..c4f2e0f1840e37bec5b492a558d27c985af7787d 100644 (file)
@@ -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"