diff options
-rw-r--r-- | src/gallium/drivers/softpipe/sp_tex_tile_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h index 09e0f462ca2..31f21bfb46b 100644 --- a/src/gallium/drivers/softpipe/sp_tex_tile_cache.h +++ b/src/gallium/drivers/softpipe/sp_tex_tile_cache.h @@ -73,7 +73,7 @@ struct softpipe_tex_cached_tile } data; }; -#define NUM_ENTRIES 50 +#define NUM_ENTRIES 4 struct softpipe_tex_tile_cache { |