Module: Mesa Branch: master Commit: 158f9d56e0ae9ab5d879b8db32e672eebb667e2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=158f9d56e0ae9ab5d879b8db32e672eebb667e2a
Author: Brian Paul <[email protected]> Date: Fri Apr 23 09:13:03 2010 -0600 llvmpipe: increase max 2D texture / surface size to 4K x 4K --- src/gallium/drivers/llvmpipe/lp_limits.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_limits.h b/src/gallium/drivers/llvmpipe/lp_limits.h index 21776b2..9ab1b4b 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 */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
