X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Ftests%2Fgraw%2Fclear.c;fp=src%2Fgallium%2Ftests%2Fgraw%2Fclear.c;h=522799c1e1ab1967c95315529049b18530be443b;hp=2a08ae154854e35f15cfd2865c52a5c65f9b6f42;hb=1c8bcad81a7ce106b37f1ee4a75b817651d6545e;hpb=882928dcaa2133fe07b73e7e962d50625c8e6a03 diff --git a/src/gallium/tests/graw/clear.c b/src/gallium/tests/graw/clear.c index 2a08ae15485..522799c1e1a 100644 --- a/src/gallium/tests/graw/clear.c +++ b/src/gallium/tests/graw/clear.c @@ -28,7 +28,7 @@ static void draw( void ) { union pipe_color_union clear_color = { {1, 0, 1, 1} }; - ctx->clear(ctx, PIPE_CLEAR_COLOR, &clear_color, 0, 0); + ctx->clear(ctx, PIPE_CLEAR_COLOR, NULL, &clear_color, 0, 0); ctx->flush(ctx, NULL, 0); graw_save_surface_to_file(ctx, surf, NULL);