llvmpipe: increase max 2D texture / surface size to 4K x 4K

This commit is contained in:
Brian Paul 2010-04-23 09:13:03 -06:00
parent 4a72ec49f6
commit 158f9d56e0

View file

@ -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 */