Skip to content

Revert "nir/lower_indirect: Bail early if modes == 0"

Ian Romanick requested to merge idr/mesa:fix-lower-indirect into master

"There's no point in walking the program if we're never going to actually lower anything."

Except we might lower compacted local arrays. In that case, modes will be 0, but there is still lowering to be done.

This reverts commit 7f75cf2a.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109081 Suggested-by: Kenneth Graunke kenneth@whitecape.org Cc: Jason Ekstrand jason@jlekstrand.net Cc: Kenneth Graunke kenneth@whitecape.org Please enter the commit message for your changes. Lines starting

Merge request reports