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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84b956c29be7eb547130974df9ceb3d2f3354526;p=mesa.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 1f9b8f1f4fb..a524275a71c 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