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_context.h | |
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_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 1387c910b90..1a570261363 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -33,6 +33,7 @@ #include "pan_job.h" #include "pan_blend.h" #include "pan_encoder.h" +#include "pan_texture.h" #include "pipe/p_compiler.h" #include "pipe/p_config.h" |