gallium: remove depth.occlusion_count flag
[mesa.git] / src / gallium / state_trackers / g3dvl / vl_context.c
index 5cfd233c4c100cbde0cc4aa587bffe774c426719..cfbf618d742adc28d37f7247d7bf6f14f6b42e5f 100644 (file)
@@ -69,7 +69,6 @@ static int vlInitCommon(struct vlContext *context)
        dsa.depth.enabled = 0;
        dsa.depth.writemask = 0;
        dsa.depth.func = PIPE_FUNC_ALWAYS;
-       dsa.depth.occlusion_count = 0;
        for (i = 0; i < 2; ++i)
        {
                dsa.stencil[i].enabled = 0;