diff options
author | Rob Clark <[email protected]> | 2019-04-03 19:29:36 -0400 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2019-07-02 16:15:25 +0000 |
commit | 5787a2dfe3091804efc0930560751030950ca7d0 (patch) | |
tree | 570aaf3c5d38a66c7f2a7dd0cfa9128fc882bafb /src/compiler/Makefile.sources | |
parent | 5375d009be1811e22f654ea82a04164a5752022c (diff) |
nir: add pass to lower load_interpolated_input
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Matt Turner <[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 c94ec24b2e6..213c04840e7 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -257,6 +257,7 @@ NIR_FILES = \ nir/nir_lower_idiv.c \ nir/nir_lower_indirect_derefs.c \ nir/nir_lower_int64.c \ + nir/nir_lower_interpolation.c \ nir/nir_lower_int_to_float.c \ nir/nir_lower_io.c \ nir/nir_lower_io_arrays_to_elements.c \ |