From: Brian Paul Date: Wed, 23 Sep 2009 17:04:07 +0000 (-0600) Subject: llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b26f1df920a712da66c72f801e3292bf44ea9a83;p=mesa.git llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size --- diff --git a/src/gallium/drivers/llvmpipe/lp_tile_cache.h b/src/gallium/drivers/llvmpipe/lp_tile_cache.h index 6d8ba5ece7a..936fc8f0fa9 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