From 136ff67ce8a626e628dd76aeb7feba8cf9436cd7 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Fri, 5 Nov 2010 18:54:02 +0100 Subject: graw: Export graw_save_surface_to_file(). Allows applications to dump surfaces to file without referencing gallium/auxiliary entry points statically. Existing test apps have been modified such that they save the contents of the fronbuffer only when the `-o' option's specified. --- src/gallium/tests/graw/shader-leak.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/tests/graw/shader-leak.c') diff --git a/src/gallium/tests/graw/shader-leak.c b/src/gallium/tests/graw/shader-leak.c index ec30871e82..0a6c362d17 100644 --- a/src/gallium/tests/graw/shader-leak.c +++ b/src/gallium/tests/graw/shader-leak.c @@ -9,7 +9,6 @@ #include "pipe/p_state.h" #include "pipe/p_defines.h" -#include "util/u_debug.h" /* debug_dump_surface_bmp() */ #include "util/u_memory.h" /* Offset() */ #include "util/u_draw_quad.h" -- cgit v1.2.3