mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
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:
parent
38f23b1108
commit
70ecd3a119
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue