From 65b79383fb0ad7e14d097f6fdd7227605df4c7cb Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Mon, 23 Feb 2009 04:48:42 -0800 Subject: 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. --- src/gallium/drivers/r300/r300_context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_context.c') diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 37dc9e86d6..15a8751549 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); } -- cgit v1.2.3