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 1f9b8f1f4fb84b0f5ab9967a1820e92d3a1df04a..a524275a71c599dd41b9b2a84e28c1c8f1bb7924 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