softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
[mesa.git] / 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