projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d1a3a
)
softpipe: update SP_MAX_TEXTURE_3D_LEVELS comment
author
Brian Paul
<brianp@vmware.com>
Mon, 17 Sep 2012 00:59:51 +0000
(18:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 17 Sep 2012 01:00:20 +0000
(19:00 -0600)
9 levels = max size of 256 texels.
src/gallium/drivers/softpipe/sp_limits.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_limits.h
b/src/gallium/drivers/softpipe/sp_limits.h
index ada5c0c7abb8b497a947ce90d8b4573a5af7fdcc..0df683bc4cb7a51dc3b15c6aadb4d78c306e655c 100644
(file)
--- 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 */