commit | c276bde34ae3c1ba823873d29774165664cdf129 | [log] [tgz] |
---|---|---|
author | Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> | Tue Feb 23 15:22:40 2021 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Mar 05 13:10:11 2021 +0000 |
tree | b7cc3d821753f9a79e9808ce7f4f069c448fbcd9 | |
parent | 729d3eb0e05752075e92dffa9b253a9d8531a7d2 [diff] |
radeonsi/sqtt: export shader code to RGP With these changes the shader code is visible in RGP. Vk pipeline feature is emulated using si_update_shaders: when shaders are updated we compute a sha1 of their code and use it as a pipeline hash. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9277>