llvmpipe: increase max 2D texture / surface size to 4K x 4K
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user