softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size

This commit is contained in:
Brian Paul 2009-09-22 15:35:05 -06:00
parent 926b965ed5
commit 84b956c29b
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
/** XXX move these */
#define MAX_WIDTH 2048
#define MAX_HEIGHT 2048
#define MAX_WIDTH 4096
#define MAX_HEIGHT 4096
struct softpipe_tile_cache