diff options
author | Rob Clark <[email protected]> | 2020-05-06 14:20:09 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2020-05-13 20:24:49 -0700 |
commit | 42d38ad02816d72e8c3ef1d15dabb28ee9eb2f88 (patch) | |
tree | f4f2171576483989c882537d5e690ab9f2a5f7d9 /src/compiler/Makefile.sources | |
parent | a506d49faecf06d5cd2fd2d049319d907b273b83 (diff) |
nir: add pass to lower disjoint wrmask's
Signed-off-by: Rob Clark <[email protected]>
Reviewed-by: Kristian H. Kristensen <[email protected]>
Reviewed-by: Eric Anholt <[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 6a400677529..15aa8b596d1 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -296,6 +296,7 @@ NIR_FILES = \ nir/nir_lower_viewport_transform.c \ nir/nir_lower_wpos_center.c \ nir/nir_lower_wpos_ytransform.c \ + nir/nir_lower_wrmasks.c \ nir/nir_metadata.c \ nir/nir_move_vec_src_uses_to_dest.c \ nir/nir_normalize_cubemap_coords.c \ |