commit | 63b9aa2e257475cdee0a1aafcd57c6f123d6e7e6 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Dec 14 18:36:01 2018 -0600 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Tue Jan 08 00:38:30 2019 +0000 |
tree | 70dc52eeb9f910ec1f3a45ece9bd78a8ea4df3b8 | |
parent | 3a7c5667c83f3a3f820a28af0e428bdfd010bd28 [diff] |
spirv: Add support for using derefs for UBO/SSBO access For now, it's hidden behind a cap. Hopefully, we can eventually drop that along with all the manual offset code in spirv_to_nir. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Tested-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>