Mesa (master): llvmpipe: restore larger command blocks

Keith Whitwell keithw at kemper.freedesktop.org
Sat Sep 11 09:05:17 UTC 2010


Module: Mesa
Branch: master
Commit: afd328afa8fdad58d22c214c01bcbf82614801c5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=afd328afa8fdad58d22c214c01bcbf82614801c5

Author: Keith Whitwell <keithw at vmware.com>
Date:   Sat Sep 11 10:04:34 2010 +0100

llvmpipe: restore larger command blocks

---

 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 eb433f2..dee780c 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:




More information about the mesa-commit mailing list