summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-07 14:12:33 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:50 -0800
commit43ac31dff0fb359f4be3f919aec70e8b632ac377 (patch)
treec13707dc19b146363a124694e6330142290cb9b5 /src/gallium
parenta208e9b520ae2d854ae588fea309763b2eaad616 (diff)
downloadexternal_mesa3d-43ac31dff0fb359f4be3f919aec70e8b632ac377.zip
external_mesa3d-43ac31dff0fb359f4be3f919aec70e8b632ac377.tar.gz
external_mesa3d-43ac31dff0fb359f4be3f919aec70e8b632ac377.tar.bz2
mesa: Add notes/readme files to distribution.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/Makefile.am1
-rw-r--r--src/gallium/auxiliary/Makefile.am2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 6107ffe..d9462cb 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
EXTRA_DIST = \
docs \
+ README.portability \
SConscript \
winsys/sw/android \
winsys/sw/gdi \
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 4085e51..dda5100 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -79,6 +79,8 @@ EXTRA_DIST = \
indices/u_unfilled_indices.c \
indices/u_indices_gen.py \
indices/u_unfilled_gen.py \
+ postprocess/ADDING \
+ rbug/README \
target-helpers \
util/u_format.csv \
util/u_format_pack.py \