diff options
author | Brian Paul <[email protected]> | 2012-09-16 18:59:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-16 19:00:20 -0600 |
commit | 7b6b447fa3f11c96c417cbf857757591e7bfb235 (patch) | |
tree | a9a463908a2ad51ec11494323507172d20d35c59 /src | |
parent | 68d1a3afd4edfd4a105054920be51778e7a7dc29 (diff) |
softpipe: update SP_MAX_TEXTURE_3D_LEVELS comment
9 levels = max size of 256 texels.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_limits.h b/src/gallium/drivers/softpipe/sp_limits.h index ada5c0c7abb..0df683bc4cb 100644 --- a/src/gallium/drivers/softpipe/sp_limits.h +++ b/src/gallium/drivers/softpipe/sp_limits.h @@ -31,7 +31,7 @@ #define SP_MAX_TEXTURE_2D_LEVELS 15 /* 16K x 16K */ -#define SP_MAX_TEXTURE_3D_LEVELS 9 /* 512 x 512 x 512 */ +#define SP_MAX_TEXTURE_3D_LEVELS 9 /* 256 x 256 x 256 */ #define SP_MAX_TEXTURE_CUBE_LEVELS 13 /* 4K x 4K */ |