http://bugs.winehq.org/show_bug.cgi?id=10744
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE |
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-27 06:55:09 --- (In reply to comment #2)
I did a +ddraw trace on a hunch. The bad performance is due to the lack of a DIB engine. There's lots of GetDC/ReleaseDC and blitting. Oh well.
"Lots of GetDC/ReleaseDC and blitting" is not an absolute indication of a weak performance due to a lack of DIB engine. DIB engine is not a magic thing.