Skip to content

radv: fix barrier in radv_decompress_dcc_compute shader

ACO doesn't create a waitcnt for barriers between texture samples and image stores because texture samples are supposed to use read-only memory. It could also schedule the barrier to above the texture sample. We also have use a larger memory scope to avoid an ACO optimization.

Edited by Rhys Perry

Merge request reports