nvfx: so->RING_3D: scissor
[mesa.git] / src / gallium / drivers / nvfx / nvfx_context.c
index 31c3e2bc39b5169052e80bab0b02cb3e7d0b3300..eabf9ae7a0733dc90ecc3a70758a45bd0f8ab86d 100644 (file)
@@ -83,5 +83,7 @@ nvfx_create(struct pipe_screen *pscreen, void *priv)
        draw_enable_point_sprites(nvfx->draw, FALSE);
        draw_set_rasterize_stage(nvfx->draw, nvfx_draw_render_stage(nvfx));
 
+       /* set these to that we init them on first validation */
+       nvfx->state.scissor_enabled = ~0;
        return &nvfx->pipe;
 }