gdi32: Pass the total visible region in the SetDeviceClipping driver entry point.
[wine] / dlls / gdi32 / dibdrv / bitblt.c
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-12-05  Alexandre Julliardgdi32: Implement triangular gradients in the DIB engine.
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-29  Alexandre Julliardgdi32: Don't set gradient alpha channel for 8888 bitmap...
2011-11-29  Alexandre Julliardgdi32: Implement rectangular gradients in the DIB engine.
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-12  Alexandre Julliardgdi32: Move some common code out of the individual...
2011-10-12  Huw Daviesgdi32: Use the helper to get the bounding rectangle.
2011-10-11  Alexandre Julliardgdi32: Add an AlphaBlend entry point in the DIB driver.
2011-09-27  Huw Daviesgdi32: Forward StretchBlt calls from the dib driver...
2011-09-27  Huw Daviesgdi32: Implement stretch_bitmapinfo.
2011-09-27  Huw Daviesgdi32: stretch_bitmapinfo may need to adjust the dst...
2011-09-22  Alexandre Julliardgdi32: Copy bits in the correct order for the overlap...
2011-09-22  Alexandre Julliardgdi32: Copy DIB rectangles in the correct order when...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
2011-09-07  Alexandre Julliardgdi32: Always set biClrUsed in internal BITMAPINFO...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-29  Alexandre Julliardgdi32: Remove an unused variable.
2011-08-23  Huw Daviesgdi32: Add support for all of the ternary rops.
2011-08-23  Huw Daviesgdi32: Add a copy_rect helper function.
2011-08-23  Huw Daviesgdi32: Move the dib driver's GetImage and PutImage...