Mesa (master): llvmpipe: allow bigger scenes

Keith Whitwell keithw at kemper.freedesktop.org
Sat Sep 11 09:05:17 UTC 2010


Module: Mesa
Branch: master
Commit: b7a54b3dc6879fbcd0a1226fa6891eddd14baa36
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7a54b3dc6879fbcd0a1226fa6891eddd14baa36

Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue Sep  7 23:54:09 2010 +0100

llvmpipe: allow bigger scenes

---

 src/gallium/drivers/llvmpipe/lp_scene.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h
index cc19def..49c5d4d 100644
--- 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:




More information about the mesa-commit mailing list