commit | 9bbf5505f06e4b4b178e7dd47c2e173f0415d695 | [log] [tgz] |
---|---|---|
author | Giancarlo Devich <gdevich@microsoft.com> | Tue Mar 14 11:50:03 2023 -0700 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Mar 17 07:43:08 2023 +0000 |
tree | b4166a48958b00c613f8a7c84f8183670304d195 | |
parent | 32e058017d4be36d9006ab51790cc3d23b15e7d0 [diff] |
d3d12: Use short circuit in shader key compare; update key hash Move common key compare to the final step; change to short circuit from memcmp. Update key hash to treat varying pointers as uint64. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21909>