diff options
author | Corbin Simpson <[email protected]> | 2010-01-19 17:56:12 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-19 18:15:17 -0800 |
commit | fcbd285e421903ee0a65f19f5d633b25b5923c24 (patch) | |
tree | de58bbd89564588b3bead6a7a6fdd0c7ebeecda8 /src/gallium/drivers/r300/r300_flush.c | |
parent | 5e8240320ac39a3e8984054bc300743725312741 (diff) |
r300g: Make invariant state into an atom.
Diffstat (limited to 'src/gallium/drivers/r300/r300_flush.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_flush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_flush.c b/src/gallium/drivers/r300/r300_flush.c index 59819cb1061..15e612d8a6b 100644 --- a/src/gallium/drivers/r300/r300_flush.c +++ b/src/gallium/drivers/r300/r300_flush.c @@ -53,7 +53,6 @@ static void r300_flush(struct pipe_context* pipe, if (r300->dirty_hw) { FLUSH_CS; - r300_emit_invariant_state(r300); r300->dirty_state = R300_NEW_KITCHEN_SINK; r300->dirty_hw = 0; |