commit | f53ef010c96b7287eeb396902ef615c2b81ff128 | [log] [tgz] |
---|---|---|
author | Timothy Arceri <tarceri@itsqueeze.com> | Fri May 14 15:31:16 2021 +1000 |
committer | Commit Bot <commit-bot@chromium.org> | Sat May 15 15:11:46 2021 +0000 |
tree | 839526bcafc78659db796d1fa28b90526ddd18b3 | |
parent | de14156c82b1a5c0be28bf159bdb3bc8aabdf0b2 [diff] |
FROMLIST: nir/lower_io_to_vector: fix per vertex io handling for arrays The pass was processing the per vertex index from the wrong end of the array deref chain. Fixes: bcd14756eec8 ("nir/lower_io_to_vector: add flat mode") (am from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10798.patch ) BUG=b:177028255 TEST=CtsDeqp on volteer Change-Id: I86e45318a08fd3f2a3b11465a684c1c33f72fd94 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/mesa/+/2898175 Commit-Queue: Ilja H. Friedel <ihf@chromium.org> Reviewed-by: Ilja H. Friedel <ihf@chromium.org> Tested-by: Ilja H. Friedel <ihf@chromium.org>