commit | e09cdb3f86ca53d4c24aa7b60d9ab44d1d679018 | [log] [tgz] |
---|---|---|
author | Gert Wollny <gert.wollny@collabora.com> | Fri Dec 27 17:49:26 2019 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Mon Feb 10 19:09:08 2020 +0000 |
tree | 422e145b25bb4fb01b806a0b879b07eb49da5b91 | |
parent | c5d9456d841c54b50616b293a532d106323658ce [diff] |
r600/sfn: Add the VS in and FS out vectorization Since the nir default implementation doesn't support vectorizing the VS inputs and FS outputs, additional lowering passes are added here to do just that. The work is based on the Timothy Arceri's related work. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3225>