mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 06:10:23 +01:00
llvmpipe: increase max 2D texture / surface size to 4K x 4K
This commit is contained in:
parent
4a72ec49f6
commit
158f9d56e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue