From: Keith Whitwell Date: Tue, 7 Sep 2010 22:54:09 +0000 (+0100) Subject: llvmpipe: allow bigger scenes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7a54b3dc6879fbcd0a1226fa6891eddd14baa36;p=mesa.git llvmpipe: allow bigger scenes --- diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h b/src/gallium/drivers/llvmpipe/lp_scene.h index cc19def3b11..49c5d4d5770 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: