diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-01-13 15:21:29 -0800 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-02-01 23:30:22 -0800 |
commit | 432ab001d042b816b5892398064e5735d0293955 (patch) | |
tree | 057545ead10efc37dd48cc7475e3c3e6d417f6e9 /src/gallium/drivers/r300/r300_cs.h | |
parent | fbeeb6675733f5b2da36d40b0142dadf8cc953b4 (diff) |
r300, amd: Add the ability to flush the CS.
This is probably important, yeah?
Diffstat (limited to 'src/gallium/drivers/r300/r300_cs.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_cs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_cs.h b/src/gallium/drivers/r300/r300_cs.h index 1422842e0ce..bd392afca39 100644 --- a/src/gallium/drivers/r300/r300_cs.h +++ b/src/gallium/drivers/r300/r300_cs.h @@ -69,4 +69,7 @@ #define END_CS \ cs_winsys->end_cs(cs, __FILE__, __FUNCTION__, __LINE__) +#define FLUSH_CS \ + cs_winsys->flush_cs(cs) + #endif /* R300_CS_H */
\ No newline at end of file |