summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_flush.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-19 17:56:12 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-19 18:15:17 -0800
commitfcbd285e421903ee0a65f19f5d633b25b5923c24 (patch)
treede58bbd89564588b3bead6a7a6fdd0c7ebeecda8 /src/gallium/drivers/r300/r300_flush.c
parent5e8240320ac39a3e8984054bc300743725312741 (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.c1
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 59819cb106..15e612d8a6 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;