panfrost: Add missing tile-buffer formats to the format enum
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 9 Oct 2020 13:45:16 +0000 (15:45 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 15 Oct 2020 06:05:23 +0000 (08:05 +0200)
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>

src/panfrost/lib/midgard.xml

index 8387b46..6cca4eb 100644 (file)
     <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"/>