projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d0a83
)
llvmpipe: restore larger command blocks
author
Keith Whitwell
<keithw@vmware.com>
Sat, 11 Sep 2010 09:04:34 +0000
(10:04 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Sat, 11 Sep 2010 09:04:53 +0000
(10:04 +0100)
src/gallium/drivers/llvmpipe/lp_scene.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_scene.h
b/src/gallium/drivers/llvmpipe/lp_scene.h
index eb433f22b41d4c176dff1340924d415dda53d8f5..dee780c1cde22571b418064059d0cf1adc7c4a0f 100644
(file)
--- 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 1
6
+#define CMD_BLOCK_MAX 1
28
#define DATA_BLOCK_SIZE (64 * 1024 - 2 * sizeof(void *))
/* Scene temporary storage is clamped to this size: