summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-09-05 15:47:39 +1000
committerDave Airlie <airlied@redhat.com>2019-11-28 14:49:05 +1000
commit3eb27cfccddaca7bb46bc42e0c1832b3c1085542 (patch)
treed206966f7651877a1187c5d40e042697ed81bf28 /src/gallium/auxiliary/Makefile.sources
parentbf12bc2dd7a28844103bb30a07be0440e60c5864 (diff)
downloadmesa-3eb27cfccddaca7bb46bc42e0c1832b3c1085542.tar.gz
gallium: add nir lowering passes for the draw pipe stages. (v2)
This transforms the NIR shaders like the TGSI transforms worked. v2: fix some nir info requirements, use 32-bit bools Acked-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 4ee99b8f063..438cb600953 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -319,7 +319,9 @@ NIR_SOURCES := \
nir/tgsi_to_nir.c \
nir/tgsi_to_nir.h \
nir/nir_to_tgsi_info.c \
- nir/nir_to_tgsi_info.h
+ nir/nir_to_tgsi_info.h \
+ nir/nir_draw_helpers.c \
+ nir/nir_draw_helpers.h
VL_SOURCES := \
vl/vl_bicubic_filter.c \