softpipe: make NUM_ENTRIES 32 so that div/mods are easier
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 09:57:06 +0000 (10:57 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 10:02:24 +0000 (11:02 +0100)
src/gallium/drivers/softpipe/sp_tile_cache.c

index 19f7188..edafd93 100644 (file)
@@ -39,7 +39,7 @@
 #include "sp_surface.h"
 #include "sp_tile_cache.h"
 
-#define NUM_ENTRIES 30
+#define NUM_ENTRIES 32
 
 
 /** XXX move these */