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/pan_mfbd.c | |
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/pan_mfbd.c')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_mfbd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/pan_mfbd.c b/src/gallium/drivers/panfrost/pan_mfbd.c index c2cc11d1119..799fac14084 100644 --- a/src/gallium/drivers/panfrost/pan_mfbd.c +++ b/src/gallium/drivers/panfrost/pan_mfbd.c @@ -25,9 +25,6 @@ #include "pan_bo.h" #include "pan_context.h" #include "pan_util.h" -#include "pan_format.h" - -#include "util/format/u_format.h" static struct mali_rt_format panfrost_mfbd_format(struct pipe_surface *surf) |