gallium/radeon: ship all files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 29 Aug 2014 22:15:01 +0000 (23:15 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:46:26 +0000 (23:46 +0100)
 - include all headers in Makefile.sources
 - sort the list(s)
 - bundle the android buildscript & LLVM note

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/gallium/drivers/radeon/Makefile.am
src/gallium/drivers/radeon/Makefile.sources

index e2c980f614e92ad5854546f9012b0b7c06ad59c4..3855eb06d9e539741d8040bf967f465b11d7875e 100644 (file)
@@ -28,3 +28,6 @@ libradeon_la_LDFLAGS = \
        $(LLVM_LDFLAGS)
 
 endif
+
+EXTRA_DIST = Android.mk \
+       LLVM_REVISION.txt
index fbb13926c8e941d5ee87c01534d4e413c9317dee..f2b70a1b4b4c64a86925ae677f3d580b412521bf 100644 (file)
@@ -1,17 +1,27 @@
 C_SOURCES := \
-        cayman_msaa.c \
+       cayman_msaa.c \
        r600_buffer_common.c \
+       r600_cs.h \
+       r600d_common.h \
        r600_pipe_common.c \
-        r600_query.c \
+       r600_pipe_common.h \
+       r600_query.c \
        r600_streamout.c \
-        r600_texture.c \
-       radeon_video.c \
+       r600_texture.c \
        radeon_uvd.c \
+       radeon_uvd.h \
+       radeon_vce_40_2_2.c \
        radeon_vce.c \
-       radeon_vce_40_2_2.c
+       radeon_vce.h \
+       radeon_video.c \
+       radeon_video.h
 
 LLVM_C_FILES := \
        radeon_elf_util.c \
-       radeon_setup_tgsi_llvm.c \
+       radeon_elf_util.h \
        radeon_llvm_emit.c \
-       radeon_llvm_util.c
+       radeon_llvm_emit.h \
+       radeon_llvm.h \
+       radeon_llvm_util.c \
+       radeon_llvm_util.h \
+       radeon_setup_tgsi_llvm.c