summaryrefslogtreecommitdiff
path: root/src/r600_state.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-08-25 12:47:34 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-08-25 12:47:34 -0400
commit9cf965bbc977f0523437c0ecf1d7363b17de2468 (patch)
treea8f4a393dd53cd853444115bf7673f9d87c9440c /src/r600_state.h
parentb6368cc572c79bce9a9366242c727c13cab3f006 (diff)
R6xx/r7xx: add begin/end batch macros
Diffstat (limited to 'src/r600_state.h')
-rw-r--r--src/r600_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/r600_state.h b/src/r600_state.h
index 8f20e427..10b1022a 100644
--- a/src/r600_state.h
+++ b/src/r600_state.h
@@ -170,6 +170,9 @@ typedef struct {
uint32_t num_indices;
} draw_config_t;
+#define BEGIN_BATCH(n) do {} while(0)
+#define END_BATCH() do {} while(0)
+
#define E32(ib, dword) \
do { \
uint32_t *ib_head = (pointer)(char*)(ib)->address; \