v3d: Add support for matrix inputs to the FS.
authorEric Anholt <eric@anholt.net>
Tue, 8 Jan 2019 17:56:52 +0000 (09:56 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 14 Jan 2019 21:18:02 +0000 (13:18 -0800)
commit1a63227ea00752167f13719f1091c57b8539bcde
treee0b339073a92aace5c565fd0eba25c51362dd710
parent49b7e26facab793be3b36e3068e758165455e276
v3d: Add support for matrix inputs to the FS.

We've been relying on linking splitting up our varying matrices into
separate vectors, but with SSO that doesn't happen.  Supporting matrix
inputs isn't too hard, though.
src/broadcom/compiler/nir_to_vir.c