diff options
author | Corbin Simpson <[email protected]> | 2010-01-26 22:08:11 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-26 22:08:11 -0800 |
commit | fc20efe8e511bb9ec15c3d70e28b348ddaa4ad37 (patch) | |
tree | 247edb6747733071676f4dc81ba278ae124740c4 /src/gallium/drivers/r300/r300_emit.h | |
parent | 60aa7f1f8042a9291339a3b337a2f1adacf12841 (diff) |
r300g: Turn the RS block into an atom.
At least one extraneous dirty was eliminated, as well as the chance for
avoiding dirty on shader change.
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index 6788e3d655d..c6dbc5af1e3 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -61,8 +61,7 @@ void r300_emit_query_end(struct r300_context* r300); void r300_emit_rs_state(struct r300_context* r300, void* state); -void r300_emit_rs_block_state(struct r300_context* r300, - struct r300_rs_block* rs); +void r300_emit_rs_block_state(struct r300_context* r300, void* state); void r300_emit_scissor_state(struct r300_context* r300, void* state); |