diff options
author | Corbin Simpson <[email protected]> | 2009-01-09 14:54:08 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:21 -0800 |
commit | 78b599fb4cac469f4208ae3057b2a33e3e9913c6 (patch) | |
tree | a27239f3b4a49b291355d1885bd5c040d93fb541 /src/gallium/drivers/r300/r300_blit.h | |
parent | ad14271425185c3535c389ca5bcd2d30c3368c32 (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.h | 2 |
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 698b00083a9..09cb566b95b 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; |