projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b152a
)
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
author
Vinson Lee
<vlee@vmware.com>
Thu, 24 Sep 2009 21:59:57 +0000
(15:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 24 Sep 2009 21:59:57 +0000
(15:59 -0600)
src/gallium/drivers/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index cc39d33ede6eacbfb2531bfc4243da6c9c90ea61..2e2668dfe496fa770e0eb764e8ba3508b9745cc3 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_screen.c
+++ b/
src/gallium/drivers/softpipe/sp_screen.c
@@
-84,7
+84,7
@@
softpipe_get_param(struct pipe_screen *screen, int param)
case PIPE_CAP_MAX_TEXTURE_2D_LEVELS:
return 12; /* max 2Kx2K */
case PIPE_CAP_MAX_TEXTURE_3D_LEVELS:
- return
8; /* max 128x128x128
*/
+ return
9; /* max 256x256x256
*/
case PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS:
return 12; /* max 2Kx2K */
case PIPE_CAP_TGSI_CONT_SUPPORTED: