summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_state.c
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-09-18 10:02:16 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-09-18 10:02:16 -0400
commitde69fc1703f79e5c97e66b654de7a93b7abce8f0 (patch)
tree1e5755074add4101d85e85d096dd74b2e0a69939 /src/mesa/pipe/i915simple/i915_state.c
parentfbb2f840aef9a540401575b032edb4dfdabd10bb (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.c2
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 00764902bc..1dfa10ab28 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;
}