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