Skip to content

ac/nir: Fix store_scratch with a non-full writemask

Connor Abbott requested to merge cwabbott0/mesa:ac-nir-scratch-fix into master

By adding one more helper to ac_llvm_build, we can also easily keep vector stores together.

Fixes the tests/spec/glsl-1.30/execution/fs-large-local-array-vec4.shader_test piglit test.

Fixes: 74470bae ("ac/nir: Lower large indirect variables to scratch")

Merge request reports