commit | bf7debee82c95f15f50f616c3c800eb6e19acff2 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Mon Nov 20 05:26:44 2023 -0500 |
committer | Marge Bot <emma+marge@anholt.net> | Sat Dec 09 00:05:27 2023 +0000 |
tree | a00a17e4e0b9cfca079b93ccea7fc8cfb339df4e | |
parent | 53aa36772a1ab7764cc02498ccfec4a515393231 [diff] |
radeonsi: in bind_{blend,rs}_state, only call 1 update function per if Also don't use "key.ps.part.prolog.color_two_side" during updates because it would depend on the order the update functions are called, which is not a problem now, but it's a trap for the future. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26307>