--
v5: vkd3d-shader/tpf: Write out comparison mode sampler declarations and corresponding sampling instruction.
vkd3d-shader/hlsl: Parse SampleCmp() method.
vkd3d-shader/hlsl: Parse SamplerComparisonState objects.
vkd3d-shader/hlsl: Use a function table for object methods handlers.
vkd3d-shader/hlsl: Move object type checks to methods handlers.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/206
Some GStreamer plugins such as openh264 return spurious errors when
running the tests. They pass the tests successfull if we simply ignore
them.
It does not make much difference with returning the error, as they are
not supposed to happen anyway, and most of the time the MFT clients
don't expect or handle errors.
Split from https://gitlab.winehq.org/wine/wine/-/merge_requests/2893 as this is also orthogonal and only fixes the tests when running them with openh264, which is not the case on either the testbot or Gitlab.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2899
```c
dlls/wined3d/context_vk.c:2377:42: warning: ‘null_binding’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2377 | *null_buffer_binding = b->binding = null_binding;
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
```
--
v3: wined3d: Fix uninitialized variable warning.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2892
--
v4: wineoss: Use mmdevapi's AudioClient (4/4).
winecoreaudio: Use mmdevapi's AudioClient (4/4).
winealsa: Use mmdevapi's AudioClient (4/4).
winepulse: Move AudioClient into mmdevapi (4/4).
wineoss: Use mmdevapi's AudioClient (3/4).
winecoreaudio: Use mmdevapi's AudioClient (3/4).
winealsa: Use mmdevapi's AudioClient (3/4).
winepulse: Move AudioClient into mmdevapi (3/4).
wineoss: Use mmdevapi's AudioClient (2/4).
winecoreaudio: Use mmdevapi's AudioClient (2/4).
winealsa: Use mmdevapi's AudioClient (2/4).
winepulse: Move AudioClient into mmdevapi (2/4).
wineoss: Use mmdevapi's AudioClient (1/4).
winecoreaudio: Use mmdevapi's AudioClient (1/4).
winealsa: Use mmdevapi's AudioClient (1/4).
winepulse: Move AudioClient into mmdevapi (1/4).
This merge request has too many patches to be relayed via email.
Please visit the URL below to see the contents of the merge request.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2855