aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_context.h
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-02-18 18:11:42 -0500
committerAlyssa Rosenzweig <[email protected]>2020-02-21 07:27:03 -0500
commitad44f587a8e3adbfa76aaea88f59e1f0724805b7 (patch)
treede429142a8f9ed013dd1609c664e69e9eeb39311 /src/gallium/drivers/panfrost/pan_context.h
parent58f14018b4f0e47d72f718f322f8aa0a5b8d0f0a (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.h1
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"