softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 21:35:05 +0000 (15:35 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 23 Sep 2009 16:46:27 +0000 (10:46 -0600)
src/gallium/drivers/softpipe/sp_tile_cache.c

index 1f9b8f1..a524275 100644 (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