diff options
author | Keith Whitwell <[email protected]> | 2010-09-11 10:04:34 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-11 10:04:53 +0100 |
commit | afd328afa8fdad58d22c214c01bcbf82614801c5 (patch) | |
tree | 588df30247f24a4b6980107eaed165bfc5c16790 /src | |
parent | 10d0a835bc3d8eb89637381be41ffd463f363b75 (diff) |
llvmpipe: restore larger command blocks
Diffstat (limited to 'src')
-rw-r--r-- | 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 eb433f22b41..dee780c1cde 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene.h +++ b/src/gallium/drivers/llvmpipe/lp_scene.h @@ -49,7 +49,7 @@ struct lp_scene_queue; #define TILES_Y (LP_MAX_HEIGHT / TILE_SIZE) -#define CMD_BLOCK_MAX 16 +#define CMD_BLOCK_MAX 128 #define DATA_BLOCK_SIZE (64 * 1024 - 2 * sizeof(void *)) /* Scene temporary storage is clamped to this size: |