projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4008975
)
gallium: ship tgsi_to_nir.h in the tarball
author
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 19:09:00 +0000
(19:09 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 19:33:37 +0000
(19:33 +0000)
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/auxiliary/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile.sources
b/src/gallium/auxiliary/Makefile.sources
index bd8e949989951c94307008f8c9eb63f0b8986996..ec7547cad994b118ebdd7e4807978ba7621e4832 100644
(file)
--- a/
src/gallium/auxiliary/Makefile.sources
+++ b/
src/gallium/auxiliary/Makefile.sources
@@
-303,7
+303,8
@@
C_SOURCES := \
util/u_video.h
NIR_SOURCES := \
- nir/tgsi_to_nir.c
+ nir/tgsi_to_nir.c \
+ nir/tgsi_to_nir.h
VL_SOURCES := \
vl/vl_compositor.c \