llvmpipe: allow bigger scenes
authorKeith Whitwell <keithw@vmware.com>
Tue, 7 Sep 2010 22:54:09 +0000 (23:54 +0100)
committerKeith Whitwell <keithw@vmware.com>
Sat, 11 Sep 2010 09:04:52 +0000 (10:04 +0100)
src/gallium/drivers/llvmpipe/lp_scene.h

index cc19def3b111605b8898c2c8fe759e1e6be6feed..49c5d4d577092c1ae8597eef56f659729ff02874 100644 (file)
@@ -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: