summaryrefslogtreecommitdiffstats
path: root/src/compiler/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-10-20 09:35:48 -0700
committerJason Ekstrand <[email protected]>2018-05-09 11:16:33 -0700
commit2fdd966e3dd1d984229a62272b42f6b3bc46486c (patch)
tree374b2bfc2cb43cb7322ac2f47d1e479c0154e6e7 /src/compiler/Makefile.sources
parent906c32ce875b8d0aec73d226aae15eadcfc5f457 (diff)
nir: Add the start of a format conversion helper header
Reviewed-by: Topi Pohjolainen <[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 80a61e507b2..3daa2c51334 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -202,6 +202,7 @@ NIR_FILES = \
nir/nir_control_flow.h \
nir/nir_control_flow_private.h \
nir/nir_dominance.c \
+ nir/nir_format_convert.h \
nir/nir_from_ssa.c \
nir/nir_gather_info.c \
nir/nir_gs_count_vertices.c \