panfrost/midgard: Pipe through varying arrays
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 20 Apr 2019 23:39:29 +0000 (23:39 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 24 Apr 2019 02:22:31 +0000 (02:22 +0000)
commit1f7b3884c9ba3f176e096c8aa4dff19fad0453cb
tree22e947f6d15a43d93e1de995dc0207f0c38715c8
parent042d0bb5c3b457e92f8de2427ee258778b51aef4
panfrost/midgard: Pipe through varying arrays

Varying arrays sometimes are lowered to a series of directly accessed
varyings (which we handled okay), but when indirectly accessed, they
appear as a single array; we need to handle this as well.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/midgard/midgard_compile.c