panfrost: Add missing depth/stencil formats

Available even on Midgard.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tested-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7352>
This commit is contained in:
Alyssa Rosenzweig 2020-10-28 08:18:55 -04:00 committed by Marge Bot
parent f6fb9ef919
commit a21d3debc3
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@
<value name="RGB332 UNORM" value="75"/>
<value name="RGB233 UNORM" value="76"/>
<value name="Z24X8 UNORM" value="77"/>
<value name="X8Z24" value="78"/>
<value name="X32 S8X24" value="79"/>
<value name="X24S8 X32" value="80"/>
<value name="R32 FIXED" value="81"/>
<value name="RG32 FIXED" value="82"/>
<value name="RGB32 FIXED" value="83"/>