gallium: add pipe cap for scissored clears and pass scissor state to clear() hook
[mesa.git] / src / gallium / tests / graw / occlusion-query.c
index 1232c5bb40147e2f387fe10f2ff988ea5469055c..b639a9bb9a1c3ba4fe616c2d8b805cd83f89a7a9 100644 (file)
@@ -168,6 +168,7 @@ draw(void)
 
    info.ctx->clear(info.ctx,
                    PIPE_CLEAR_COLOR | PIPE_CLEAR_DEPTHSTENCIL,
+                   NULL,
                    &clear_color, 1.0, 0);
 
    q1 = info.ctx->create_query(info.ctx, PIPE_QUERY_OCCLUSION_COUNTER, 0);