Note for patch 7:
See https://docs.microsoft.com/en-us/windows/win32/api/d3d10/ns-d3d10-d3d10_map… :
> A block-compressed texture is encoded in 4x4 blocks (see virtual size vs physical size) ; therefore, RowPitch is the number of bytes in a block of 4x4 texels.
--
v2: d3dx10: Return E_FAIL in D3DX10CreateEffectFromFile for NULL file name.
d3dx10: Support effect creation for compiled shader.
d3dx10: Introduce create_effect().
d3dx10/tests: Add tests for D3DX10CreateEffectFromResource.
d3dx10/tests: Add tests for D3DX10CreateEffectFromFile.
d3dx10/tests: Add tests for D3DX10CreateEffectFromMemory.
https://gitlab.winehq.org/wine/wine/-/merge_requests/697
--
v2: mf: Initialize output media types when binding session output nodes.
mf/tests: Test that IMFMediaSession_SetTopology should set media types.
mf/tests: Test some IMFMediaSession_SetTopology error cases.
mf/tests: Add helpers to wait and check media session events.
mf/tests: Allocate test callbacks dynamically and check refcounts.
mf/tests: Keep a presentation descriptor in the test source.
mf/tests: Move and split some helper code around.
https://gitlab.winehq.org/wine/wine/-/merge_requests/711
In preparation for nulldrv display modes support.
--
v9: win32u: Move display placement logic out of graphics drivers.
winemac.drv: Remove unnecessary display mode flags checks.
win32u: Support interlaced and stretched display modes.
winex11.drv: Remove unnecessary display mode flags checks.
win32u: Move full display mode lookup out of graphics drivers.
win32u: Sort adapter display modes after reading from the registry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/576
Created a new MR, because the mailing bridge wouldn't trigger on force pushes.
--
v4: windows.media.speech/tests: Skip SpeechRecognitionListConstraint tests on Win10 1709 x32 and below.
windows.media.speech/tests: Add basic query tests for SpeechSynthesizerOptions.
include/windows.media.speechsynthesis.idl: Add missing interfaces to SpeechSynthesizerOptions runtimeclass.
windows.media.speech: Add missing async_void_Release implementation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/708