On Sun, Feb 18, 2018 at 11:52 PM, Michael Stefaniuc mstefani@winehq.org wrote:
Józef Kucia (3): wined3d: Use correct data type for immediate constants. wined3d: Allow copies between compatible formats in wined3d_device_copy_sub_resource_region(). d3d11: Implement depth bias.
We should drop "wined3d: Allow copies between compatible formats in wined3d_device_copy_sub_resource_region().". It needs raw blits to work properly, e.g. https://source.winehq.org/git/wine.git/?a=commit;h=ac689f0ac9376f06fea6cbcee... and https://source.winehq.org/git/wine.git/?a=commit;h=e196ecd940b9f8b28a9c84175....
The D3D11 depth bias patch has other dependencies as well, see https://source.winehq.org/git/wine.git/?a=commit;h=5d2a3ad3100490fd80d3ee26b....