projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a72ec4
)
llvmpipe: increase max 2D texture / surface size to 4K x 4K
author
Brian Paul
<brianp@vmware.com>
Fri, 23 Apr 2010 15:13:03 +0000
(09:13 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 23 Apr 2010 15:13:27 +0000
(09:13 -0600)
src/gallium/drivers/llvmpipe/lp_limits.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_limits.h
b/src/gallium/drivers/llvmpipe/lp_limits.h
index 21776b2d9d916e54c77b7c889e1fd6bd33b09894..9ab1b4b36e31ea62fd99789b8d85e9559d68b6d2 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_limits.h
+++ b/
src/gallium/drivers/llvmpipe/lp_limits.h
@@
-43,7
+43,7
@@
/**
* Max texture sizes
*/
-#define LP_MAX_TEXTURE_2D_LEVELS 1
2 /* 2K x 2
K for now */
+#define LP_MAX_TEXTURE_2D_LEVELS 1
3 /* 4K x 4
K for now */
#define LP_MAX_TEXTURE_3D_LEVELS 10 /* 512 x 512 x 512 for now */