Module: Mesa Branch: master Commit: b7a54b3dc6879fbcd0a1226fa6891eddd14baa36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7a54b3dc6879fbcd0a1226fa6891eddd14baa36
Author: Keith Whitwell <[email protected]> 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
