Skip to content

nv/codegen: Vectorize ssbo/global/shared/scratch in nir

M Henning requested to merge mhenning/mesa:lower_mem_access_bit_sizes4 into main

and disable MemoryOpt for those types of memory.

This reduces our reliance on MemoryOpt, which makes incorrect assumptions about alignment.

Merge request reports