[PATCH 2/5] ddraw: Implement copy_mipmap_chain() on top of wined3d_surface_blt().

Henri Verbeet hverbeet at gmail.com
Mon Oct 31 09:22:36 CDT 2011


On 31 October 2011 15:04, Stefan Dösinger <stefandoesinger at gmx.at> wrote:
> On Sunday 30 October 2011 18:06:33 Henri Verbeet wrote:
>> +            if (FAILED(hr =
>> wined3d_surface_blt(dest_level->wined3d_surface, &dst_rect,
>> +                    src_level->wined3d_surface, &src_rect, 0, NULL,
>> WINED3DTEXF_POINT)))
> Wouldn't wined3d_device_update_surface be a better match?
No, the patch actually removes that code.



More information about the wine-devel mailing list