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:
Brian Paul 2001-06-21 19:03:04 +00:00
parent 9564834f9f
commit 20a0360fdd

View file

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