From: Brian Paul Date: Tue, 22 Sep 2009 21:35:05 +0000 (-0600) Subject: softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size X-Git-Tag: 062012170305~15905^2~211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84b956c29be7eb547130974df9ceb3d2f3354526;p=profile%2Fivi%2Fmesa.git softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size --- diff --git a/src/gallium/drivers/softpipe/sp_tile_cache.c b/src/gallium/drivers/softpipe/sp_tile_cache.c index 1f9b8f1..a524275 100644 --- a/src/gallium/drivers/softpipe/sp_tile_cache.c +++ b/src/gallium/drivers/softpipe/sp_tile_cache.c @@ -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