mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 02:00:22 +01:00
freedreno/a6xx: disable UBWC for some formats
An older blob claims to support UBWC w/ r32ui an r32i, but not r32f. Results from deqp indicate that it doesn't work with r32ui and r32i. This *could* also just mean that use as "IBO" (image) is more limited than as texture, although blob also doesn't seem to bother to try to use UBWC with images at all, so hard to know for sure. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
parent
8ddffa75c0
commit
490baa6974
1 changed files with 0 additions and 2 deletions
|
|
@ -186,8 +186,6 @@ ok_ubwc_format(enum a6xx_color_fmt fmt)
|
|||
case RB6_R32G32B32A32_UINT:
|
||||
case RB6_R32G32_SINT:
|
||||
case RB6_R32G32_UINT:
|
||||
case RB6_R32_SINT:
|
||||
case RB6_R32_UINT:
|
||||
case RB6_R5G6B5_UNORM:
|
||||
case RB6_R8G8B8A8_SINT:
|
||||
case RB6_R8G8B8A8_UINT:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue