aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_hw_context_priv.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-18 06:23:28 +0200
committerMarek Olšák <[email protected]>2012-07-18 06:25:37 +0200
commitf237fd431b512f1d67c88a8d29581b5bef143bbf (patch)
treeeba43ad17ad3042a46cf7d1a8ce84c5ed4611432 /src/gallium/drivers/r600/r600_hw_context_priv.h
parent30257c32910c3f7ac2b9cc24399d6be196d34d26 (diff)
r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into account
Diffstat (limited to 'src/gallium/drivers/r600/r600_hw_context_priv.h')
-rw-r--r--src/gallium/drivers/r600/r600_hw_context_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context_priv.h b/src/gallium/drivers/r600/r600_hw_context_priv.h
index 81a998dcddc..8d0ebc9d52d 100644
--- a/src/gallium/drivers/r600/r600_hw_context_priv.h
+++ b/src/gallium/drivers/r600/r600_hw_context_priv.h
@@ -28,7 +28,7 @@
#include "r600_pipe.h"
-#define R600_MAX_DRAW_CS_DWORDS 11
+#define R600_MAX_DRAW_CS_DWORDS 16
/* these flags are used in register flags and added into block flags */
#define REG_FLAG_NEED_BO 1