freedreno/a6xx: Enable UBWC for RGBA5551 (and 1555) textures.

Turnip has it enabled, and it seems to be happy in the CTS.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13046>
This commit is contained in:
Emma Anholt 2021-10-01 16:31:50 -07:00 committed by Marge Bot
parent 38f23b1108
commit 70ecd3a119

View file

@ -76,6 +76,7 @@ ok_ubwc_format(struct pipe_screen *pscreen, enum pipe_format pfmt)
case FMT6_32_32_SINT:
case FMT6_32_32_UINT:
case FMT6_5_6_5_UNORM:
case FMT6_5_5_5_1_UNORM:
case FMT6_8_8_8_8_SINT:
case FMT6_8_8_8_8_UINT:
case FMT6_8_8_8_8_UNORM: