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 19f71887e7e87f979e24043bf3e169d88b581a0b..edafd93d8b88add9e5017366aa6ec96332318eaf 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 */