llvmpipe: allow bigger scenes

This commit is contained in:
Keith Whitwell
2010-09-07 23:54:09 +01:00
parent 4749429a4a
commit b7a54b3dc6
+1 -1
View 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: