Skip to content

st/glsl_to_nir: lower indirect derefs in non-packed uniform case

Mike Blumenkrantz requested to merge zmike/mesa:st-indirect into master

the builtin lowering can't handle dynamic array indexing, so this requires that all indirect derefs be lowered any time this pass is invoked in order to avoid crashing

fixes #4132 (closed)

Merge request reports