projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8aa11
)
automake: include radv_shader.h in the sources list
author
Emil Velikov
<emil.velikov@collabora.com>
Fri, 15 Sep 2017 12:40:22 +0000
(13:40 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 15 Sep 2017 12:56:27 +0000
(13:56 +0100)
Otherwise it will be missing from the tarball, leadin to build failure.
Fixes: d4d777317b9 ("radv: move shaders related code to radv_shader.c")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/amd/vulkan/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/Makefile.sources
b/src/amd/vulkan/Makefile.sources
index 9489219f5b85316fb1739da0fd3e72eb86ee5597..fbdb7971201779f5d1ea5e4c980ea23fdc882ebf 100644
(file)
--- a/
src/amd/vulkan/Makefile.sources
+++ b/
src/amd/vulkan/Makefile.sources
@@
-59,6
+59,7
@@
VULKAN_FILES := \
radv_private.h \
radv_radeon_winsys.h \
radv_shader.c \
+ radv_shader.h \
radv_query.c \
radv_util.c \
radv_util.h \