X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fnv40%2Fnv40_state_scissor.c;fp=src%2Fgallium%2Fdrivers%2Fnv40%2Fnv40_state_scissor.c;h=2871fa2516d5ffaf388fe1bd852f8c6aedd15348;hb=9cd10d7618a226fe46395b08beb19e420bc14a4f;hp=dc7b6d3a9d88f52249be3c637e4935447261c5b6;hpb=46c3d0918dd7a47f69c21e4eb1a3fd2a2fbe6223;p=mesa.git diff --git a/src/gallium/drivers/nv40/nv40_state_scissor.c b/src/gallium/drivers/nv40/nv40_state_scissor.c index dc7b6d3a9d8..2871fa2516d 100644 --- a/src/gallium/drivers/nv40/nv40_state_scissor.c +++ b/src/gallium/drivers/nv40/nv40_state_scissor.c @@ -3,7 +3,7 @@ static boolean nv40_state_scissor_validate(struct nv40_context *nv40) { - struct pipe_rasterizer_state *rast = &nv40->rasterizer->pipe; + struct pipe_rasterizer_state *rast = &nv40->pipe_state.rasterizer->pipe; struct pipe_scissor_state *s = &nv40->pipe_state.scissor; struct nouveau_stateobj *so;