st/xa: Solid fill (tested) and composite (yet untested)
[mesa.git] / src / gallium / drivers / r600 / r600_query.c
index 343403f92f3adb2f105ed8ae551a8755e70189d7..181ea3f9e49b1cad0a8bda620c7d5305d0c308d7 100644 (file)
@@ -62,7 +62,7 @@ static boolean r600_get_query_result(struct pipe_context *ctx,
        struct r600_query *rquery = (struct r600_query *)query;
 
        if (rquery->num_results) {
-               ctx->flush(ctx, 0, NULL);
+                ctx->flush(ctx, NULL);
        }
        return r600_context_query_result(&rctx->ctx, (struct r600_query *)query, wait, vresult);
 }