| commit | 80404c8b640bdc24274b67561842ebf684e741f5 | [log] [tgz] |
|---|---|---|
| author | Icecream95 <ixn@disroot.org> | Thu May 05 12:57:40 2022 +1200 |
| committer | Marge Bot <emma+marge@anholt.net> | Fri May 20 23:17:07 2022 +0000 |
| tree | 77933985ce1077dd2dbe95a08e51df6aa818f654 | |
| parent | c81cd989c857a5b7384f534407b0ec1e9ddedf12 [diff] |
panfrost: Copy blend constant into variant even when reusing it
Otherwise future lookups will match searches for the old constant.
Fixes: bbff09b9521 ("panfrost: Move the blend shader cache at the device level")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6355
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16343>