Skip to content

nir/opt_access: fixes/improvements and Vulkan support

Rhys Perry requested to merge pendingchaos/mesa:nir_opt_access_misc into master

This will let this pass be used by RADV/ACO to reorder and sink load_ssbo and use ACCESS_NON_READABLE to not leave written data in the cache.

Edited by Rhys Perry

Merge request reports