16:26 q4a: Looks like MR 22583 is ready for merge)
16:28 q4a: Also I merged unsupported_features_emulation on top of it and pushed to my fork: https://gitlab.freedesktop.org/q4a/mesa/-/commits/unsupported_features_emulation/
16:29 q4a: but this version gives crash on test_alpha_to_coverage:
16:32 q4a: `IDirect3DStateBlock9_Release(sb);` - leads to error:... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/woLyYXdmInFujAOkjfxzMWEa>)
16:55 adavy: the merge won't work properly because you need to use different pixel shader keys. But the crash shouldn't happen
16:55 adavy: did you investigate the crash ?
16:56 q4a: not yet. I'm just started)
17:34 q4a: I need to investigate a bit more, but this 1 line diff fixed crash: https://pastebin.ubuntu.com/p/H2GFDk8wk2/
19:14 q4a: adavy: this diff also fixes crash: https://pastebin.ubuntu.com/p/Zs3XDzZV3v/ can you check - if it's good for actual fix?
19:58 adavy: hum looks weird, maybe a bad rebase on my side. Will look at it tomorrow