[PATCH 2/5] wined3d: Recreate DIB sections in wined3d_surface_update_desc().

Henri Verbeet hverbeet at gmail.com
Wed Dec 11 09:05:47 CST 2013


On 11 December 2013 15:57, Stefan Dösinger <stefandoesinger at gmail.com> wrote:
> Am 2013-12-11 15:49, schrieb Stefan Dösinger:
>> Actually the idea behind this patch was that all paths that need a
>> DIB section create one if necessary. Is there a place where that's
>> not true? If it's about x11_copy_to_screen I think the better fix
>> is calling surface_getdc from there.
> Actually, that would be inefficient due to SFLAG_PIN_SYSMEM, so your
> patch makes perfect sense. Still I'm curious what the exact problem is.
Yes, it's x11_copy_to_screen() in particular that triggered this,
although it may not be the only place.



More information about the wine-devel mailing list