atl: Remove an unused variable.
[wine] / dlls / winex11.drv / bitblt.c
2011-10-10  Alexandre Julliardwinex11: Fall back to client-side blit when the source...
2011-10-10  Alexandre Julliardwinex11: Fall back to client-side blit for color -...
2011-10-03  Alexandre Julliardwinex11: Remove no longer needed support for a source...
2011-09-28  Alexandre Julliardwinex11: Fall back to the DIB engine for client-side...
2011-09-28  Alexandre Julliardwinex11: Get rid of the client-side DIB optimization...
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
2011-09-19  Alexandre Julliardwinex11: Implement a PutImage entry point in the XRende...
2011-09-19  Alexandre Julliardwinex11: Avoid passing color shifts to copy_image_bits.
2011-09-15  Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15  Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-13  Alexandre Julliardwinex11: Return a RGNDATA from add_extra_clipping_regio...
2011-09-12  Alexandre Julliardwinex11: Add an AlphaBlend entry point in the XRender...
2011-08-22  Huw Davieswinex11: Simplify rectangle operations.
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-07-27  Alexandre Julliardwinex11: Force unprotecting the DIB section bits in...
2011-07-25  Alexandre Julliardwinex11: Return color information in GetImage when...
2011-07-22  Alexandre Julliardwinex11: Implement the additional clipping in PutImage.
2011-07-21  Alexandre Julliardgdi32: Add an optional clip region to the PutImage...
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  Huw Davieswinex11: Use the appropriate color_shifts when the...
2011-07-20  Huw Davieswinex11: Sync the dib-section bits before writing to...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-20  Alexandre Julliardwinex11: Verify that the color map matches in PutImage...
2011-07-20  Alexandre Julliardwinex11: Fill in the color table in Get/PutImage for...
2011-07-20  Alexandre Julliardwinex11: Remap pixels to system palette in Get/PutImage...
2011-07-18  Francois Gougetwinex11.drv: Make copy_image_bits() static.
2011-07-18  Alexandre Julliardwinex11: Avoid overflowing the source rectangle in...
2011-07-18  Alexandre Julliardwinex11: Simplify a couple of BitBlt operation codes.
2011-07-18  Alexandre Julliardwinex11: Don't access the source rectangle in PutImage...
2011-07-15  Huw Davieswinex11: Sync a dib-section before accessing the image...
2011-07-15  Alexandre Julliardwinex11: Set all the bitmap padding to 0 in GetImage.
2011-07-14  Alexandre Julliardwinex11: Add support for bottom-up format in PutImage.
2011-07-14  Alexandre Julliardwinex11: Add support for rops in PutImage.
2011-07-14  Alexandre Julliardwinex11: Move the execution of rop operations from...
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the PutImage entry...
2011-07-14  Alexandre Julliardwinex11: Add support for byte swapping in GetImage.
2011-07-14  Alexandre Julliardwinex11: Add an implementation for the GetImage entry...
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-08  Alexandre Julliardwinex11: Use the HDC from the gdi_physdev structure.
2011-07-08  Alexandre Julliardwinex11: Pass a generic PHYSDEV to all graphics entry...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-17  Alexandre Julliardwinex11: Implement a separate entry point for PatBlt...
2011-02-28  AndrĂ© Hentschelwinex11.drv: Quiet a noisy FIXME.
2010-09-02  Alexandre Julliardwinex11: Properly support BitBlt and LAYOUT_BITMAPORIEN...
2010-04-22  Alexandre Julliardwinex11: Add some tracing to AlphaBlend.
2010-04-15  Alexandre Julliardwinex11: Mask out the alpha channel when converting...
2010-04-15  Alexandre Julliardwinex11: Use the BITBLT_GetVisRectangles helper functio...
2010-04-15  Alexandre Julliardwinex11: Move logical to physical mapping into the...
2010-04-15  Alexandre Julliardwinex11: Define a structure to hold coordinates informa...
2010-03-01  Henri Verbeetwinex11.drv: Store if a bitmap is top-down in X_PHYSBITMAP.
2009-11-12  Roderick Colenbranderwinex11: Fix a regression when the same depth was used...
2009-09-30  Alexandre Julliardwinex11: Remove BITBLT_InternalStretchBlt now that...
2009-09-30  Alexandre Julliardwinex11: Move the DIB locking and the client-side optim...
2009-09-30  Alexandre Julliardwinex11: Move X11DRV_ClientSideDIBCopy to avoid forward...
2009-07-24  Roderick Colenbranderwinex11: XRenderComposite can be inaccurate when scaled...
2009-07-13  Roderick Colenbranderwinex11: Add an XRender based GetSrcAreaStretch.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-11-06  Sergey Khodychwinex11: BitBlt returns TRUE when drawing outside of...
2008-10-21  Chris Wilsonwinex11: Ignore source clipping in BitBlt.
2008-08-29  Alexandre Julliardwinex11: Allocate image data from the process heap...
2008-06-23  Gerald Pfeiferwinex11: Remove two unused parameters from BITBLT_GetSr...
2008-04-22  Austin EnglishSpelling fixes.
2008-02-21  Alexandre Julliardwinex11: Make the BitBlt short-cuts more generic to...
2008-02-21  Dmitry Timoshkovwinex11.drv: Add an optimized path for BitBlt(SRCINVERT).
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-01-07  Austin EnglishSpelling fixes.
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-09-27  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-08-13  Damjan Jovanovicwinex11.drv: Correctly handle overlapping source and...
2007-05-29  Andrew Talbotwinex11.drv: Exclude unused headers.
2006-12-12  Alexandre Julliardwinex11.drv: Make sure the drawable rect is always...
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-11-13  H. Verbeetwinex11.drv: The y coordinate should be offset agaist...
2006-11-10  Damjan Jovanovicwinex11.drv: Check for incompatible bpps and negative...
2006-11-10  Damjan Jovanovicwinex11.drv: Fix copying top-down/bottom-up DIBs.
2006-11-08  Damjan Jovanovicwinex11: Fix regression caused by client-side DIB copy...
2006-11-06  Damjan Jovanovicwinex11.drv: Added a basic client-side DIB copy optimiz...
2006-10-23  Alexandre Julliardwinex11.drv: Preliminary support for Xinerama.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.