diff options
Diffstat (limited to 'src/gallium/auxiliary/driver_noop/noop_pipe.c')
-rw-r--r-- | src/gallium/auxiliary/driver_noop/noop_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/driver_noop/noop_pipe.c b/src/gallium/auxiliary/driver_noop/noop_pipe.c index 4ffff6c1db4..dc6454c9165 100644 --- a/src/gallium/auxiliary/driver_noop/noop_pipe.c +++ b/src/gallium/auxiliary/driver_noop/noop_pipe.c @@ -253,7 +253,7 @@ static void noop_texture_subdata(struct pipe_context *pipe, /* * clear/copy */ -static void noop_clear(struct pipe_context *ctx, unsigned buffers, +static void noop_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) { } |