d3d9/tests: Add a software vertexprocessing buffer discard test.
[wine] / dlls / gdi32 / bitblt.c
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-10-10  Alexandre Julliardgdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB...
2012-10-10  Alexandre Julliardgdi32: Limit the allocation size to the useful data...
2012-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-05-31  Alexandre Julliardgdi32: Keep the source DC locked until the end in Stret...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-29  Alexandre Julliardgdi32: Fix StretchBlt color mapping for monochrome...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-04-16  Alexandre Julliardgdi32: Add helper functions for manipulating bounds...
2012-01-18  Alexandre Julliardgdi32: Negative destination sizes are allowed after...
2012-01-02  Alexandre Julliardgdi32: Calculate the image size in GradientFill only...
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-12  Alexandre Julliardgdi32: Add a flag to request a default color table...
2011-12-10  Alexandre Julliardgdi32: Make sure that biSizeImage always contains the...
2011-12-08  Alexandre Julliardgdi32: Add missing check for empty visible rects in...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-04  Alexandre Julliardgdi32: Set the mono color map in BitBlt also for the...
2011-10-27  Alexandre Julliardgdi32: Add a helper function to copy BITMAPINFO structu...
2011-10-17  Huw Daviesgdi32: Make the convert_bits and stretch_bits helpers...
2011-10-17  Huw Daviesgdi32: Move the intersection of vis rects into a separa...
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-14  Alexandre Julliardgdi32: Overlapping rectangles are not allowed in GdiAlp...
2011-10-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
2011-10-11  Huw Daviesgdi32: Add a helper to retrieve the bounding rectangle.
2011-10-11  Alexandre Julliardgdi32/tests: Add tests for GdiAlphaBlend with source...
2011-09-23  Alexandre Julliardgdi32: Avoid rounding errors with visible rectangles...
2011-09-20  Alexandre Julliardgdi32: Force colors to black and white for 1-bpp source...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-07-25  Huw Daviesgdi32: Rewrite SetDIBits to use the PutImage gdi driver...
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Get rid of the StretchDIBits-based fallback...
2011-07-21  Alexandre Julliardgdi32: Get rid of the offset in the gdi_image_bits...
2011-07-21  Alexandre Julliardgdi32: Allow the PutImage entry point to optionally...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-20  Alexandre Julliardgdi32: Set the color maps to the destination DC colors...
2011-07-19  Alexandre Julliardgdi32: Add format conversion to the null driver Stretch...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Alexandre Julliardgdi32: Use the original StretchBlt rectangle if a DC...
2011-07-14  Alexandre Julliardgdi32: Add a null driver StretchBlt fallback using...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Compute StretchBlt rectangles in gdi32.
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Add a null driver entry point for PatBlt.
2011-03-17  Alexandre Julliardgdi32: Always call the PatBlt entry point for blits...
2009-09-30  Alexandre Julliardgdi32: Fall back to StretchBlt if the driver doesn...
2009-09-18  Markus Stockhausengdi32: Check for NULL pointer in GdiAlphaBlend.
2009-01-28  Igor Tarasovgdi32: Add logcal points to device points conversion...
2008-07-28  Francois Gougetgdi32: Include config.h before using HAVE_XXX.
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-05-13  Huw Daviesgdi32: Move a couple of TRACEs to the beginning of...
2008-04-02  Nikolay Sivovgdi32: PlgBlt implementation.
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.