diff options
author | Corbin Simpson <[email protected]> | 2009-02-23 04:48:42 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-23 05:59:58 -0800 |
commit | 65b79383fb0ad7e14d097f6fdd7227605df4c7cb (patch) | |
tree | 6f2fd59d83657c65019bff425a2414b8994d8b9a /src/gallium/drivers/r300/r300_context.c | |
parent | 67387bf33fb7e92d4fcab1fe7f26b6a0b17048a6 (diff) |
r300-gallium: Cleanup some state emit, move vertex format state to r300_emit.
No need to explicitly update derived state, as it will be done automatically.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 37dc9e86d64..15a87515494 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -35,7 +35,6 @@ static boolean r300_draw_range_elements(struct pipe_context* pipe, int i; if (r300->dirty_state) { - r300_update_derived_state(r300); r300_emit_dirty_state(r300); } |