gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set.

Robert Shearman rob at codeweavers.com
Thu Feb 21 10:44:52 CST 2008


In this case, we can just call SetDIBits which is likely to be a lot faster.
---
  dlls/gdi32/dib.c |  118 
++++++++++++++++++++++++++++++++++--------------------
  1 files changed, 75 insertions(+), 43 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15b65c6db22c7410d059ea1502d52c32a8a49bc9.diff
Type: text/x-patch
Size: 6269 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080221/696b0d68/attachment.bin 


More information about the wine-patches mailing list