diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-05-25 13:21:37 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-01 18:10:59 +0000 |
commit | ca6759c3f9ff56a077675bfbee3dab2b7b7afc6b (patch) | |
tree | 6f22290057456de84f9443fe346cf536d142e175 /src/gallium/drivers/panfrost/Makefile.sources | |
parent | 7de4b98193d5bcad1d0a057a9c8d865bf93be9db (diff) |
panfrost: Remove unused nir_lower_framebuffer pass
Superseded.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5284>
Diffstat (limited to 'src/gallium/drivers/panfrost/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/panfrost/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/Makefile.sources b/src/gallium/drivers/panfrost/Makefile.sources index c734cd0807c..2453edec60c 100644 --- a/src/gallium/drivers/panfrost/Makefile.sources +++ b/src/gallium/drivers/panfrost/Makefile.sources @@ -1,7 +1,6 @@ C_SOURCES := \ nir/nir_lower_blend.c \ nir/nir_lower_blend.h \ - nir/nir_lower_framebuffer.c \ \ pan_allocate.c \ pan_allocate.h \ |