projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9a41ce
)
mesa: automake: add all headers to the tarball.
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 16 Mar 2017 17:04:54 +0000
(17:04 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 17 Mar 2017 13:10:09 +0000
(13:10 +0000)
Fixes: d8d81fbc316 ("mesa: Add infrastructure for a worker thread to process GL commands.")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile.sources
b/src/mesa/Makefile.sources
index aa355407f734aeb2d6d56dca471b69b8834508ec..8a65fbe66327c32e3c01c3e3b39d2e81ec388eaf 100644
(file)
--- a/
src/mesa/Makefile.sources
+++ b/
src/mesa/Makefile.sources
@@
-116,6
+116,7
@@
MAIN_FILES = \
main/glformats.c \
main/glformats.h \
main/glthread.c \
+ main/glthread.h \
main/glheader.h \
main/hash.c \
main/hash.h \
@@
-133,6
+134,7
@@
MAIN_FILES = \
main/lines.h \
main/macros.h \
main/marshal.c \
+ main/marshal.h \
main/marshal_generated.c \
main/marshal_generated.h \
main/matrix.c \