projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee69cc
)
isl: include all the files in the tarball
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sun, 1 May 2016 07:38:34 +0000
(08:38 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Sun, 1 May 2016 07:38:34 +0000
(08:38 +0100)
Add the missing header(s), generation scripts, README ...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/isl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/intel/isl/Makefile.am
b/src/intel/isl/Makefile.am
index 1427e7bb0335557e495cc8092c4b6f187e4612f4..d1f91a78e0204a837ee932c14c498f37f2ef539f 100644
(file)
--- a/
src/intel/isl/Makefile.am
+++ b/
src/intel/isl/Makefile.am
@@
-63,6
+63,7
@@
libisl_la_SOURCES = \
isl_gen4.h \
isl_gen6.c \
isl_gen6.h \
+ isl_priv.h \
isl_storage_image.c \
$(NULL)
@@
-121,3
+122,8
@@
tests_isl_surf_get_image_offset_test_LDADD = $(tests_ldadd)
# ----------------------------------------------------------------------------
include $(top_srcdir)/install-lib-links.mk
+
+EXTRA_DIST = \
+ isl_format_layout_gen.bash \
+ isl_format_layout.csv \
+ README