From: Brian Paul Date: Fri, 23 Apr 2010 15:13:03 +0000 (-0600) Subject: llvmpipe: increase max 2D texture / surface size to 4K x 4K X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=158f9d56e0ae9ab5d879b8db32e672eebb667e2a;p=mesa.git llvmpipe: increase max 2D texture / surface size to 4K x 4K --- diff --git a/src/gallium/drivers/llvmpipe/lp_limits.h b/src/gallium/drivers/llvmpipe/lp_limits.h index 21776b2d9d9..9ab1b4b36e3 100644 --- a/src/gallium/drivers/llvmpipe/lp_limits.h +++ b/src/gallium/drivers/llvmpipe/lp_limits.h @@ -43,7 +43,7 @@ /** * Max texture sizes */ -#define LP_MAX_TEXTURE_2D_LEVELS 12 /* 2K x 2K for now */ +#define LP_MAX_TEXTURE_2D_LEVELS 13 /* 4K x 4K for now */ #define LP_MAX_TEXTURE_3D_LEVELS 10 /* 512 x 512 x 512 for now */