mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 12:40:41 +02:00
softpipe: make NUM_ENTRIES 32 so that div/mods are easier
This commit is contained in:
parent
83fec372b4
commit
09b6686158
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include "sp_surface.h"
|
||||
#include "sp_tile_cache.h"
|
||||
|
||||
#define NUM_ENTRIES 30
|
||||
#define NUM_ENTRIES 32
|
||||
|
||||
|
||||
/** XXX move these */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue