summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_blit.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-09 14:54:08 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:21 -0800
commit78b599fb4cac469f4208ae3057b2a33e3e9913c6 (patch)
treea27239f3b4a49b291355d1885bd5c040d93fb541 /src/gallium/drivers/r300/r300_blit.h
parentad14271425185c3535c389ca5bcd2d30c3368c32 (diff)
gallium-r300: Add primitive CS.
Enough to get us up and running, I suppose. This needs to be pushed down into winsys!
Diffstat (limited to 'src/gallium/drivers/r300/r300_blit.h')
-rw-r--r--src/gallium/drivers/r300/r300_blit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_blit.h b/src/gallium/drivers/r300/r300_blit.h
index 698b00083a..09cb566b95 100644
--- a/src/gallium/drivers/r300/r300_blit.h
+++ b/src/gallium/drivers/r300/r300_blit.h
@@ -25,7 +25,7 @@
#include "pipe/p_state.h"
-#include "radeon_reg.h"
+#include "r300_cs.h"
/* Forward declarations. */
struct r300_context;