Skip to content

glsl: Use the same NIR path for shared mem lowering as SPIRV does.

Emma Anholt requested to merge anholt/mesa:glsl-shared-mem into main

Now that we have no non-NIR drivers, we can retire the old code. We just need to pass the variable accesses through to it.

Merge request reports