The added inner loop over attachment chain in the second patch minds zero attachment array only. That is because the only case when non-zero complex_array elements are used is the root of the cube texture.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/650
function call from windows dll to unix function should use `__wine_unix_call` instead of callback function pointer. remove callback struct unix_funcs and add wrapper function of `unixlib_entry_t` type.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/655
--
v2: d3d11: Implement D3D11_FEATURE_FORMAT_SUPPORT.
d3d11: Always return E_FAIL for formats which have no support flags.
d3d11/tests: Use winetest_push_context() to print explicit feature levels.
https://gitlab.winehq.org/wine/wine/-/merge_requests/633
Some transforms, such as the EVR mixer do not implement GetInputAvailableType
and may not have any current media type set, though they would accept upstream
media type right away.
--
v2: mf: Only enumerate types for decoders / converter if down type is missing.
mf: Only allow converter connection if decoder didn't accept down type.
mf: Allow resolving topology with missing downstream current type.
mf/tests: Add more topology loader converter and enumeration tests.
mf/tests: Add some MP3 decoder transform tests.
mf/tests: Add some topology loader tests with missing output type.
https://gitlab.winehq.org/wine/wine/-/merge_requests/608
Fix the crash when opening notepad++ v8.4.4 preference dialog before e52e42b.
--
v2: comctl32: Set reference data to zero on failure for GetWindowSubclass().
comctl32: Check reference data pointer before using it.
comctl32/tests: Add GetWindowSubclass() tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/651