summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2020-10-09 15:45:16 +0200
committerBoris Brezillon <boris.brezillon@collabora.com>2020-10-15 08:05:23 +0200
commitf04e5ef7ff1c1d0dbd53ef3b2d90657beca769fd (patch)
treea616699e5c13b325ae3344f3fed0b6cffa1b64b7
parent685d45ff938f004aebffb06e8766ee9027030167 (diff)
panfrost: Add missing tile-buffer formats to the format enum
Some tile-buffer formats are missing, add them. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7151>
-rw-r--r--src/panfrost/lib/midgard.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/lib/midgard.xml b/src/panfrost/lib/midgard.xml
index 8387b468287..6cca4ebadef 100644
--- a/src/panfrost/lib/midgard.xml
+++ b/src/panfrost/lib/midgard.xml
@@ -173,6 +173,8 @@
<value name="RGBA16I" value="220"/>
<value name="RGBA32I" value="221"/>
<value name="RGBA16F" value="223"/>
+ <value name="RGB5 A1" value="224"/>
+ <value name="R5G6B5" value="226"/>
<value name="RGBA4" value="232"/>
<value name="RGBA8 2" value="237"/>
<value name="RGB10 A2 2" value="238"/>