This adds support for converting to different WIC formats, in one case to more closely match native d3dx9, and in the other to convert to a format that can actually be represented by d3d9.
--
v2: d3dx9: Add support for decoding 48bpp RGB PNG files.
d3dx9: Report 24bpp RGB as 32bpp XRGB for JPG and PNG files.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6704
This starts using MDT_RAW_DPI in the drivers, and provides the necessary raw/virt monitor information to wineserver. For now, this should not change much, as MDT_RAW_DPI is still the same as MDT_DEFAULT_DPI, but later it will return the DPI of the physical mode while MDT_DEFAULT_DPI will return a DPI for the possibly virtualized current display mode.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6743