diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-12-09 15:41:52 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-12-13 10:26:35 -0500 |
commit | 102789886cd8e27ee5e115ebefc270be2393b389 (patch) | |
tree | a66bdf32a797970a1fcf954c33de9cd88874f696 /src/panfrost/Makefile.sources | |
parent | ddbbb2db4879ffc95398bb2f5b085e98cbcf9189 (diff) |
panfrost: Move nir_undef_to_zero to Midgard compiler
Nothing Gallium about it.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index 2dd2571b036..44ee76188b4 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -48,6 +48,7 @@ midgard_FILES := \ midgard/mir.c \ midgard/mir_promote_uniforms.c \ midgard/mir_squeeze.c \ + midgard/nir_undef_to_zero.c \ midgard/lcra.c shared_FILES := \ |