summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-06-26 07:36:40 +1000
committerDave Airlie <airlied@redhat.com>2019-09-04 15:22:20 +1000
commit9cf1340e4f5d49eccc340a9b5c0bec11b71c74f9 (patch)
tree441cf1df1546e9e40e26dbbaf7bec75c8131e471 /src/gallium/auxiliary/Makefile.sources
parentf3f0cbf4f4481341ddf257a9228c7e8bdabd38a0 (diff)
downloadmesa-9cf1340e4f5d49eccc340a9b5c0bec11b71c74f9.tar.gz
gallivm: add coroutine support files to gallivm.
These wrap the coroutine intrinsics and also add some higher level wrappers around coroutine begin, end and suspend procedures Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index e9ef327fdcc..8961ae2a1e0 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -412,6 +412,8 @@ GALLIVM_SOURCES := \
gallivm/lp_bld_const.h \
gallivm/lp_bld_conv.c \
gallivm/lp_bld_conv.h \
+ gallivm/lp_bld_coro.c \
+ gallivm/lp_bld_coro.h \
gallivm/lp_bld_debug.cpp \
gallivm/lp_bld_debug.h \
gallivm/lp_bld_flow.c \