commit | 1a63227ea00752167f13719f1091c57b8539bcde | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Jan 08 09:56:52 2019 -0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Jan 14 13:18:02 2019 -0800 |
tree | e0b339073a92aace5c565fd0eba25c51362dd710 | |
parent | 49b7e26facab793be3b36e3068e758165455e276 [diff] |
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.