diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-02-18 18:11:42 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-02-21 07:27:03 -0500 |
commit | ad44f587a8e3adbfa76aaea88f59e1f0724805b7 (patch) | |
tree | de429142a8f9ed013dd1609c664e69e9eeb39311 /src/gallium/drivers/panfrost/Makefile.sources | |
parent | 58f14018b4f0e47d72f718f322f8aa0a5b8d0f0a (diff) |
panfrost: Move format translation to root
Since PIPE formats are now shared across Mesa we can do this, and the
routines themselves are good enough code that I'm happy to move them
here. We'll use them momentarily.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3858>
Diffstat (limited to 'src/gallium/drivers/panfrost/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/panfrost/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/panfrost/Makefile.sources b/src/gallium/drivers/panfrost/Makefile.sources index 2fd578877ef..835f2255fb6 100644 --- a/src/gallium/drivers/panfrost/Makefile.sources +++ b/src/gallium/drivers/panfrost/Makefile.sources @@ -19,8 +19,6 @@ C_SOURCES := \ pan_compute.c \ pan_context.c \ pan_context.h \ - pan_format.c \ - pan_format.h \ pan_fragment.c \ pan_attributes.c \ pan_job.c \ |