[Mesa-dev] [PATCH 13/27] gallium/i915: ship all files in the tarball

Emil Velikov emil.l.velikov at gmail.com
Fri Aug 29 16:45:11 PDT 2014


 - include all headers in Makefile.sources
 - sort the list(s)
 - bundle the android buildscript & TODO

Cc: Stephane Marchesin <stephane.marchesin at gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/gallium/drivers/i915/Makefile.am      |  2 ++
 src/gallium/drivers/i915/Makefile.sources | 44 +++++++++++++++++++++----------
 2 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/src/gallium/drivers/i915/Makefile.am b/src/gallium/drivers/i915/Makefile.am
index a4a3e86..7480df6 100644
--- a/src/gallium/drivers/i915/Makefile.am
+++ b/src/gallium/drivers/i915/Makefile.am
@@ -29,3 +29,5 @@ AM_CFLAGS = \
 noinst_LTLIBRARIES = libi915.la
 
 libi915_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = Android.mk TODO
diff --git a/src/gallium/drivers/i915/Makefile.sources b/src/gallium/drivers/i915/Makefile.sources
index 80c7689..5354f04 100644
--- a/src/gallium/drivers/i915/Makefile.sources
+++ b/src/gallium/drivers/i915/Makefile.sources
@@ -1,26 +1,42 @@
 C_SOURCES := \
+	i915_batchbuffer.h \
+	i915_batch.h \
 	i915_blit.c \
+	i915_blit.h \
 	i915_clear.c \
-	i915_flush.c \
 	i915_context.c \
+	i915_context.h \
 	i915_debug.c \
 	i915_debug_fp.c \
+	i915_debug.h \
+	i915_debug_private.h \
+	i915_flush.c \
+	i915_fpc_emit.c \
+	i915_fpc.h \
+	i915_fpc_optimize.c \
+	i915_fpc_translate.c \
+	i915_prim_emit.c \
+	i915_prim_vbuf.c \
+	i915_public.h \
+	i915_query.c \
+	i915_query.h \
+	i915_reg.h \
+	i915_resource_buffer.c \
+	i915_resource.c \
+	i915_resource.h \
+	i915_resource_texture.c \
+	i915_screen.c \
+	i915_screen.h \
 	i915_state.c \
-	i915_state_immediate.c \
-	i915_state_dynamic.c \
 	i915_state_derived.c \
+	i915_state_dynamic.c \
 	i915_state_emit.c \
 	i915_state_fpc.c \
+	i915_state.h \
+	i915_state_immediate.c \
+	i915_state_inlines.h \
 	i915_state_sampler.c \
 	i915_state_static.c \
-	i915_screen.c \
-	i915_prim_emit.c \
-	i915_prim_vbuf.c \
-	i915_query.c \
-	i915_resource.c \
-	i915_resource_texture.c \
-	i915_resource_buffer.c \
-	i915_fpc_emit.c \
-	i915_fpc_translate.c \
-	i915_fpc_optimize.c \
-	i915_surface.c 
+	i915_surface.c \
+	i915_surface.h \
+	i915_winsys.h
-- 
2.0.2



More information about the mesa-dev mailing list