mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 07:48:02 +02:00
Changed RADEON_MAX_TEXTURE_LEVELS from 11 to 12 (2Kx2K textures). No need
to bump version number as this value isn't used anywhere in the kernel
module.
This commit is contained in:
parent
9564834f9f
commit
20a0360fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
#define RADEON_NR_TEX_REGIONS 32
|
||||
#define RADEON_LOG_TEX_GRANULARITY 16
|
||||
|
||||
#define RADEON_MAX_TEXTURE_LEVELS 11
|
||||
#define RADEON_MAX_TEXTURE_LEVELS 12
|
||||
#define RADEON_MAX_TEXTURE_UNITS 3
|
||||
|
||||
#endif /* __RADEON_SAREA_DEFINES__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue