--
v2: mshtml: Enumerate all own custom props if requested.
mshtml: Properly fill the window's script vars.
mshtml: Properly fill the window's constructors.
mshtml: Properly fill the constructor's "prototype" prop.
mshtml: Properly fill the prototype's "constructor" prop.
mshtml: Only fill the external props once, unless they are volatile.
mshtml: Fill the props in the host method instead of enumerating next prop.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7986
This speeds up pipeline creation and fixes a timing issue where caps
negotiation is not completed prior to the first buffer being sent.
--
v2: winegstreamer: Allow decodebin to eliminate caps that don't use system memory.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7823
--
v3: d3dx9: Don't color key compressed pixel formats on 32-bit d3dx9.
d3dx9: Calculate a range of color key channel values in d3dx_load_pixels_from_pixels() if necessary.
d3dx9: Set all color channels to zero when color keying.
d3dx9/tests: Add some color key tests.
d3dx9: Move code for format conversion of a single pixel into a common helper function.
d3dx9: Make functions for pixel copying/conversion/filtering static.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7711