gallium: add a cap to enable double rounding opcodes
[mesa.git] / src / gallium / drivers / r600 / r600_blit.c
index bdc5f9f9bc219b13dffb0cfe6653d3bc0dc0dad2..01262a59e906d745bf85c54443cb5c3dd29b0cb0 100644 (file)
@@ -565,7 +565,8 @@ static void r600_copy_global_buffer(struct pipe_context *ctx,
 }
 
 static void r600_clear_buffer(struct pipe_context *ctx, struct pipe_resource *dst,
-                             unsigned offset, unsigned size, unsigned value)
+                             unsigned offset, unsigned size, unsigned value,
+                             bool is_framebuffer)
 {
        struct r600_context *rctx = (struct r600_context*)ctx;