Prior to 98d209752cee9abd8dc31dfe1f28811066b0b83f, the base type format
wasn't inserted twice in stream format description.
An application (Idol Showdown) fails to play its intro video when the
base type format is duplicated.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
--
v3: winestreamer: Fix typo.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2771
This tests that the resolution should be quick enough to not trigger an Unreal Engine race condition. This also checks the determinism of the media source presentation descriptor stream ordering, as well as the stream selection updates when the media source is started.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2782
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v5: tests: Add RWBuffer writing test.
tests: Add support for UAV buffers in Vulkan runner.
vkd3d-shader/hlsl: Improve UAV format type checking for buffer types.
vkd3d-shader/hlsl: Add support for writing RWStructuredBuffer declarations.
vkd3d-shader/hlsl: Add support for RWBuffer object.
vkd3d-shader: Fix dcl_uav_typed_* formatting.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/193