In preparation for nulldrv display modes support.
--
v11: win32u: Move display placement logic out of graphics drivers.
winemac.drv: Remove unnecessary display mode flags checks.
winex11.drv: Remove unnecessary display mode flags checks.
win32u: Move full display mode lookup out of graphics drivers.
win32u: Support interlaced and stretched display modes.
win32u: Sort adapter display modes after reading from the registry.
https://gitlab.winehq.org/wine/wine/-/merge_requests/576
--
v6: mf: Notify quality manager of topology change in session_set_topology.
mf: Use the SESSION_FLAG_PENDING_COMMAND to delay further commands.
mf: Delay media session command processing when presentation is ending.
mf: Use a dedicated interface for sample allocator ready callbacks.
https://gitlab.winehq.org/wine/wine/-/merge_requests/607
--
v3: 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: Test that IMFTopoLoader_Load doesn't call SetCurrentMediaType.
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
--
v5: mf: Remove command from the command list on execution.
mf: Delay media session command processing when presentation is ending.
mf: Use a dedicated interface for sample allocator ready callbacks.
https://gitlab.winehq.org/wine/wine/-/merge_requests/607