diff options
author | Stéphane Marchesin <[email protected]> | 2012-10-04 17:57:31 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-10-05 12:45:02 -0700 |
commit | 74b6ea49dfc1b8921de1768da937557150ee7893 (patch) | |
tree | af1a55207f6f857cc4c325f5b514c0f2d5ec8016 /src/gallium/drivers/i915/i915_context.c | |
parent | dca9e3c4779936970dac796872a2399cd0437f63 (diff) |
i915g: Get rid of the fixup state functions.
Now that the saved_* state is gone, we don't need those any longer.
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_context.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i915/i915_context.c b/src/gallium/drivers/i915/i915_context.c index 1f2ca848100..42d90ffc0c6 100644 --- a/src/gallium/drivers/i915/i915_context.c +++ b/src/gallium/drivers/i915/i915_context.c @@ -198,9 +198,6 @@ i915_create_context(struct pipe_screen *screen, void *priv) draw_install_aapoint_stage(i915->draw, &i915->base); draw_enable_point_sprites(i915->draw, TRUE); - /* augmented draw pipeline clobbers state functions */ - i915_init_fixup_state_functions(i915); - i915->dirty = ~0; i915->hardware_dirty = ~0; i915->immediate_dirty = ~0; |