From b7a54b3dc6879fbcd0a1226fa6891eddd14baa36 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 7 Sep 2010 23:54:09 +0100 Subject: llvmpipe: allow bigger scenes --- src/gallium/drivers/llvmpipe/lp_scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index cc19def3b1..49c5d4d577 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: -- cgit v1.2.3