Skip to content

nir/lower_helper_writes: Consider bindless image atomics

Alyssa Rosenzweig requested to merge alyssa/mesa:nir/helper-fix into main

What does this MR do and why?

nir/lower_helper_writes: Consider bindless image atomics

These need to be handled like image atomics.

Fixes KHR-GLES31.core.shader_image_load_store.basic-allTargets-atomicFS on Asahi with bindless image access forced.

Fixes: 586da7b3 ("nir: Add nir_lower_helper_writes pass") Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io

Merge request reports

Loading