Company of Heroes: Battle of Crete needs a functioning tasklist.exe to exit properly.
--
v4: tasklist: Partially support '/fi' option.
tasklist: Support '/fo' option.
tasklist: Support '/nh' option.
tasklist: Add basic functionality.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2688
On Fri Mar 24 02:49:18 2023 +0000, Zhao Yi wrote:
> I have just updated my commit message and you can review it again.
Again, MR description is what it should look like. What you have for commit message duplicates code changes. New paragraph in commit message mixes together unrelated things - it's talking about shellview case it seems, which is not something Listview is directly related to.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2413#note_30948
--
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