From 1cd6913608a02f1b38ee44a084875efb9a360e4b Mon Sep 17 00:00:00 2001 From: Oscar Mateo Date: Tue, 12 Nov 2013 11:50:39 +0000 Subject: rendercopy: Remove rendercopy.c Move scratch_buf_write_to_png() to its only user, gem_render_copy.c. This makes the cairo dependencies easier to handle from the Android perspective, but if there is a good reason why this file exists I can try to handle it differently. Signed-off-by: Oscar Mateo Signed-off-by: Daniel Vetter --- lib/rendercopy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/rendercopy.h') diff --git a/lib/rendercopy.h b/lib/rendercopy.h index 46052648..f726df6f 100644 --- a/lib/rendercopy.h +++ b/lib/rendercopy.h @@ -89,6 +89,4 @@ void gen2_render_copyfunc(struct intel_batchbuffer *batch, unsigned width, unsigned height, struct scratch_buf *dst, unsigned dst_x, unsigned dst_y); -void scratch_buf_write_to_png(struct scratch_buf *buf, const char *filename); - #endif /* RENDERCOPY_H */ -- cgit v1.2.3