diff options
author | Jason Ekstrand <[email protected]> | 2017-10-20 09:35:48 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-05-09 11:16:33 -0700 |
commit | 2fdd966e3dd1d984229a62272b42f6b3bc46486c (patch) | |
tree | 374b2bfc2cb43cb7322ac2f47d1e479c0154e6e7 /src/compiler/Makefile.sources | |
parent | 906c32ce875b8d0aec73d226aae15eadcfc5f457 (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.sources | 1 |
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 \ |