panfrost: Handle Z24_UNORM_S8_UINT as MALI_Z32_UNORM

Fixes dEQP-GLES3.functional.texture.format.sized.2d.depth24_stencil8_pot

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
This commit is contained in:
Tomeu Vizoso
2019-12-19 12:51:06 +01:00
committed by Alyssa Rosenzweig
parent 6b7243f28f
commit f107059bb2
@@ -182,6 +182,7 @@ panfrost_find_format(const struct util_format_description *desc) {
case PIPE_FORMAT_Z32_UNORM:
case PIPE_FORMAT_Z24X8_UNORM:
case PIPE_FORMAT_Z24_UNORM_S8_UINT:
return MALI_Z32_UNORM;
case PIPE_FORMAT_B5G6R5_UNORM: