nvfx: make stipple setting independent of enable
[mesa.git] / src / gallium / drivers / nvfx / nvfx_context.c
index 94c854b22b8c07908b89a2a6c89c69d7408d89af..8e852010f576a9c4006af821a15f3ddac7b918bd 100644 (file)
@@ -90,7 +90,6 @@ nvfx_create(struct pipe_screen *pscreen, void *priv)
 
        /* set these to that we init them on first validation */
        nvfx->state.scissor_enabled = ~0;
-       nvfx->state.stipple_enabled = ~0;
        nvfx->use_vertex_buffers = -1;
 
        LIST_INITHEAD(&nvfx->render_cache);