diff options
author | Zack Rusin <[email protected]> | 2007-09-18 10:02:16 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-09-18 10:02:16 -0400 |
commit | de69fc1703f79e5c97e66b654de7a93b7abce8f0 (patch) | |
tree | 1e5755074add4101d85e85d096dd74b2e0a69939 /src/mesa/pipe/i915simple/i915_state.c | |
parent | fbb2f840aef9a540401575b032edb4dfdabd10bb (diff) |
Finishing up rename of the setup state to the rasterizer state.
Diffstat (limited to 'src/mesa/pipe/i915simple/i915_state.c')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state.c b/src/mesa/pipe/i915simple/i915_state.c index 00764902bc3..1dfa10ab28e 100644 --- a/src/mesa/pipe/i915simple/i915_state.c +++ b/src/mesa/pipe/i915simple/i915_state.c @@ -308,7 +308,7 @@ static void i915_bind_rasterizer_state( struct pipe_context *pipe, i915->rasterizer = setup; /* pass-through to draw module */ - draw_set_setup_state(i915->draw, setup); + draw_set_rasterizer_state(i915->draw, setup); i915->dirty |= I915_NEW_RASTERIZER; } |