summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-23 11:04:07 -0600
committerBrian Paul <brianp@vmware.com>2009-09-23 11:04:07 -0600
commitb26f1df920a712da66c72f801e3292bf44ea9a83 (patch)
tree7a5ac76fb6449e0bb25f9702241a8fef34f2934a /src/gallium/drivers
parentde25f82067bca5231fb968190f6c12cb517d62ff (diff)
llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_tile_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_tile_cache.h b/src/gallium/drivers/llvmpipe/lp_tile_cache.h
index 6d8ba5ece7..936fc8f0fa 100644
--- a/src/gallium/drivers/llvmpipe/lp_tile_cache.h
+++ b/src/gallium/drivers/llvmpipe/lp_tile_cache.h
@@ -51,8 +51,8 @@ struct llvmpipe_cached_tile
/** XXX move these */
-#define MAX_WIDTH 2048
-#define MAX_HEIGHT 2048
+#define MAX_WIDTH 4096
+#define MAX_HEIGHT 4096
struct llvmpipe_tile_cache