From 8f284343e08bffa798c99763e4a3c234da6ab4d3 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 25 Sep 2014 12:02:33 +0800 Subject: ilo: make ilo_render_emit_draw() direct Remove emit_draw() and ILO_RENDER_DRAW indirections. With all emit functions being direct now, ilo_render_estimate_size() and more can also be removed. Signed-off-by: Chia-I Wu --- src/gallium/drivers/ilo/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/ilo/Makefile.sources') diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 2bb81baf90d..52f4ff25987 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -40,7 +40,6 @@ C_SOURCES := \ ilo_render_dynamic.c \ ilo_render_gen6.c \ ilo_render_gen7.c \ - ilo_render_gen7.h \ ilo_render_surface.c \ ilo_screen.c \ ilo_screen.h \ -- cgit v1.2.3