softpipe: make NUM_ENTRIES 32 so that div/mods are easier

This commit is contained in:
Keith Whitwell 2008-04-22 10:57:06 +01:00
parent 83fec372b4
commit 09b6686158

View 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 */