nv40: remove pipe_state struct now.
[mesa.git] / src / gallium / drivers / nv40 / nv40_state_scissor.c
index ee797094d396440239e921c4496cc67e8d6a0adc..09ffc49f965a39ebf877a245fbabffcb1bb37677 100644 (file)
@@ -3,8 +3,8 @@
 static boolean
 nv40_state_scissor_validate(struct nv40_context *nv40)
 {
-       struct pipe_rasterizer_state *rast = &nv40->pipe_state.rasterizer->pipe;
-       struct pipe_scissor_state *s = &nv40->pipe_state.scissor;
+       struct pipe_rasterizer_state *rast = &nv40->rasterizer->pipe;
+       struct pipe_scissor_state *s = &nv40->scissor;
        struct nouveau_stateobj *so;
 
        if (nv40->state.hw[NV40_STATE_SCISSOR] &&