From 9cf965bbc977f0523437c0ecf1d7363b17de2468 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 25 Aug 2009 12:47:34 -0400 Subject: R6xx/r7xx: add begin/end batch macros --- src/r600_state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/r600_state.h') 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; \ -- cgit v1.2.3