freedreno, turnip: Disable 8bpp UBWC on a650

While it doesn't immediately hang like on a660, it seems to be buggy and
the blob disables it.

This fixes a bunch of r8_* dEQP-VK tests, which seem to pass
individually but don't work when run after other tests. For example this
fixes failures running dEQP-VK.pipeline.sampler.*.r8_uint*.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12830>
This commit is contained in:
Connor Abbott 2021-09-13 13:32:57 +02:00 committed by Marge Bot
parent f86517be7f
commit e43797ab13

View file

@ -224,6 +224,7 @@ a6xx_gen3 = dict(
has_tex_filter_cubic = True,
has_sample_locations = True,
has_ccu_flush_bug = True,
has_8bpp_ubwc = False,
)
# a635, a660: