projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4749429
)
llvmpipe: allow bigger scenes
author
Keith Whitwell
<keithw@vmware.com>
Tue, 7 Sep 2010 22:54:09 +0000
(23:54 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Sat, 11 Sep 2010 09:04:52 +0000
(10:04 +0100)
src/gallium/drivers/llvmpipe/lp_scene.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_scene.h
b/src/gallium/drivers/llvmpipe/lp_scene.h
index cc19def3b111605b8898c2c8fe759e1e6be6feed..49c5d4d577092c1ae8597eef56f659729ff02874 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_scene.h
+++ b/
src/gallium/drivers/llvmpipe/lp_scene.h
@@
-53,7
+53,7
@@
struct lp_scene_queue;
/* Scene temporary storage is clamped to this size:
*/
-#define LP_SCENE_MAX_SIZE (1024*1024)
+#define LP_SCENE_MAX_SIZE (
4*
1024*1024)
/* The maximum amount of texture storage referenced by a scene is
* clamped ot this size: