summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-03-25 10:23:25 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-04-10 20:43:47 -0700
commit7d58cfa36680206f7b81d47c6507e0b56b8468c5 (patch)
tree49fd506918fec56a8d48b57507d4740b6531a209 /src/compiler/Makefile.sources
parent875543e270de67e99ce049ca01b6cde8ac6911e1 (diff)
downloadexternal_mesa3d-7d58cfa36680206f7b81d47c6507e0b56b8468c5.zip
external_mesa3d-7d58cfa36680206f7b81d47c6507e0b56b8468c5.tar.gz
external_mesa3d-7d58cfa36680206f7b81d47c6507e0b56b8468c5.tar.bz2
nir: Add a pass for gathering various bits of shader info
Reviewed-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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 0aee200..b243328 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -176,6 +176,7 @@ NIR_FILES = \
nir/nir_control_flow_private.h \
nir/nir_dominance.c \
nir/nir_from_ssa.c \
+ nir/nir_gather_info.c \
nir/nir_gs_count_vertices.c \
nir/nir_inline_functions.c \
nir/nir_instr_set.c \