diff options
author | Corbin Simpson <[email protected]> | 2009-01-27 04:48:19 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:30 -0800 |
commit | 2e635ef563e2bff50e7a2af4f505bbd066865723 (patch) | |
tree | 5e1b32a28256e2a62132716313bf74ccbd86fa63 /src/gallium/drivers/r300/r300_emit.h | |
parent | bea0c5812bd2795b514725d2a3788add3dc209af (diff) |
r300: Add dsa state emit.
Seeing a pattern yet?
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index 5756b6acf4c..98287bc1f3a 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -29,3 +29,6 @@ void r300_emit_blend_state(struct r300_context* r300, void r300_emit_blend_color_state(struct r300_context* r300, struct r300_blend_color_state* bc); + +void r300_emit_dsa_state(struct r300_context* r300, + struct r300_dsa_state* dsa); |