--
v6: winepulse: Use mmdevapi's AudioSessionControl.
wineoss: Use mmdevapi's AudioSessionControl.
winecoreaudio: Use mmdevapi's AudioSessionControl.
winealsa: Use mmdevapi's AudioSessionControl.
winepulse: Implement function to (un)lock sessions.
wineoss: Implement function to (un)lock sessions.
winecoreaudio: Implement function to (un)lock sessions.
winealsa: Implement function to (un)lock sessions.
mmdevapi: Implement AudioSessionControl.
mmdevapi: Implement AudioClient stub.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2669
Mainly comprises support for allocating arrays of resources, and loading from them, for both SM1 and SM4.
--
v2: vkd3d-shader/hlsl: Support resource arrays when writting SM4.
vkd3d-shader/hlsl: Write resource loads in SM1.
vkd3d-shader/hlsl: Write sampler declarations in SM1.
vkd3d-shader/hlsl: Track objects sampling dimension.
vkd3d-shader/hlsl: Track object components usage and allocate registers accordingly.
tests: Test objects as parameters.
vkd3d-shader/hlsl: Skip object components when creating input/output copies.
vkd3d-shader/hlsl: Add fixme for uniform copies for objects within structs.
vkd3d-shader/hlsl: Support multiple-register variables in object regsets.
tests: Add additional texture array register reservation tests.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/159
> The effect of all this is that while it's not hard to adjust, it could eventually involve rewriting a *lot* of transformations, and so it seems like the kind of thing to think about now before we commit to one approach.
Right, I don't disagree; I'm generally in favour of thinking things through. What I'm saying is that right now we haven't committed to a particular approach yet, largely because there doesn't appear to be a clear winner; it mostly just seems like different sets of trade-offs at this point. If you have a preference, and want to have a go at moving things in that direction, by all means go ahead. :)
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/174#note_30909