summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-09-07 23:27:59 +1000
committerTimothy Arceri <[email protected]>2017-09-26 22:37:02 +1000
commit45ef10c06a3010a0710f9db3e980fde545157b6a (patch)
treeb5d5e7321db61ba77960c19aa55d54beabad3da0 /src/compiler/Makefile.sources
parent3529f8213ff566d788b7984536abf359fcd89524 (diff)
nir: add some helpers for doing linking
The initial helpers add support for removing unused varyings between stages. V2: - Moved the io mask helper function into this file rather than nir.h so it's not used elsewhere considering it doesn't handle all corner cases. - Use bitmask rather than hash table to handle tcs outputs (Ken) Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.sources')
-rw-r--r--src/compiler/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 0e9a84e87cb..36906f41dd5 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -202,6 +202,7 @@ NIR_FILES = \
nir/nir_instr_set.h \
nir/nir_intrinsics.c \
nir/nir_intrinsics.h \
+ nir/nir_linking_helpers.c \
nir/nir_liveness.c \
nir/nir_loop_analyze.c \
nir/nir_loop_analyze.h \