winex11: Pass destination coordinates to xrender_mono_blit.
[wine] / dlls / winex11.drv / xrender.c
2011-09-15  Alexandre Julliardwinex11: Pass destination coordinates to xrender_mono_blit.
2011-09-15  Alexandre Julliardwinex11: Move the pixel->color conversion out of the...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-13  Alexandre Julliardwinex11: Add a SetDeviceClipping entry point to the...
2011-09-13  Alexandre Julliardwinex11: Return a RGNDATA from add_extra_clipping_regio...
2011-09-12  Alexandre Julliardwinex11: Pass an HDC to the size mapping functions.
2011-09-12  Alexandre Julliardwinex11: Add an AlphaBlend entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add an ExtTextOut entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add a SelectFont entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Add bitmap entry points to the XRender driver.
2011-09-12  Alexandre Julliardwinex11: Add an ExtEscape entry point in the XRender...
2011-09-12  Alexandre Julliardwinex11: Store the XRender info structure inside the...
2011-09-12  Alexandre Julliardwinex11: Create a separate graphics driver for XRender.
2011-08-22  André Hentschelwinex11: Fix function header for building without xrend...
2011-07-21  Alexandre Julliardwinex11: Add helper functions for changing and restorin...
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-07-06  Frédéric Delanoywinex11.drv: Remove dead assignment (Clang).
2011-06-06  Huw Davieswinex11: Move the code that checks for a colortable...
2011-04-13  Alexandre Julliardwinex11: Add infrastructure for managing the extra...
2011-04-12  Huw Davieswinex11: Don't use the bitfields for the BI_RGB case.
2011-01-24  Dmitry Timoshkovwinex11.drv: Associate the real DC transformation with...
2010-11-30  Marcus Meissnerwinex11.drv: Do not include XFORM.eDx and eDy into...
2010-06-29  Alexandre Julliardwinex11: Disable antialiasing if either fontconfig...
2010-06-22  Aric Stewartwinex11.drv: Make UploadGlyph fallback to notdef and...
2010-06-02  Alexandre Julliardwinex11: Ignore fontconfig and Xft configuration if...
2010-05-31  Alexandre Julliardwinex11: Disable sub-pixel antialiasing if Xrender...
2010-05-24  Alexandre Julliardwinex11: Allow the Xft configuration to override both...
2010-05-24  Alexandre Julliardwinex11: Fetch the antialias parameter from fontconfig...
2010-05-19  Alexandre Julliardwinex11: Add some tracing to the fontconfig subpixel...
2010-05-19  Alexandre Julliardwinex11: Make sure that all fontconfig support is prope...
2010-05-18  Alexandre Julliardwinex11: Force alpha channel to 0 when blitting to...
2010-05-17  Alexandre Julliardwinex11: Use the subpixel rendering configuration from...
2010-05-06  Huw Daviesgdi32: Add support for ETO_PDY and improve world transf...
2010-04-22  Alexandre Julliardwinex11: Use a format with 8 bits of alpha for the...
2010-04-15  Alexandre Julliardwinex11: Add support for big-endian 32-bpp Xrender...
2010-04-15  Alexandre Julliardwinex11: Rewrite AlphaBlend to do everything on the...
2010-04-15  Alexandre Julliardwinex11: Use the BITBLT_GetVisRectangles helper functio...
2010-04-15  Alexandre Julliardwinex11: Define a structure to hold coordinates informa...
2010-04-15  Alexandre Julliardwinex11: Use repeating instead of scaling when stretchi...
2010-04-15  Alexandre Julliardwinex11: Add a separate helper function for Xrender...
2010-04-15  Alexandre Julliardwinex11: The source offset for mirrored Xrender blits...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-03-01  Henri Verbeetwinex11.drv: GetObject() already returns a DIB's absolu...
2010-03-01  Henri Verbeetwinex11.drv: Use the bitmap's "topdown" field in X11DRV...
2010-02-22  Roderick Colenbranderwinex11: Also take into account source offsets when...
2010-02-22  Roderick Colenbranderwinex11: When a mask picture is active, the source...
2010-02-17  Roderick Colenbranderwinex11: Use PictOpOver instead of PictOpSrc in 1-bit...
2010-02-17  Roderick Colenbranderwinex11: Fix xrender mono->mono blit.
2009-12-22  Roderick Colenbranderwinex11: Fix a null pointer crash when XRender isn...
2009-12-15  Michael Stefaniucwinex11: Fix missing unlock & free on an error path...
2009-11-11  Peter Urbanecwinex11: Implement AlphaBlend mode for the case where...
2009-10-30  Roderick Colenbranderwinex11: Check format in XRender_GetSrcAreaStretch...
2009-10-30  Roderick Colenbranderwinex11: Make sure the formats are the same instead...
2009-10-19  Ge van Geldorpwinex11.drv: Fix build on systems without libXrender.
2009-10-16  Roderick Colenbranderwinex11: Use get_xrender_picture in X11DRV_AlphaBlend.
2009-10-14  Alexandre Julliardwinex11: The xrender tile picture must be used only...
2009-10-14  Roderick Colenbranderwinex11: Use get_xrender_picture in X11DRV_XRender_GetS...
2009-10-14  Roderick Colenbranderwinex11: Add X11DRV_XRender_SetDeviceClipping for synci...
2009-10-13  Alexandre Julliardwinex11: Store the device format in the Xrender info...
2009-10-13  Alexandre Julliardwinex11: Make all render format pointers const.
2009-10-13  Roderick Colenbranderwinex11: Introduce get_xrender_picture for retrieving...
2009-10-08  Alexandre Julliardwinex11: Rename the XRENDERINFO type to make it clear...
2009-10-08  Roderick Colenbranderwinex11: Move XRENDERINFO allocation in a separate...
2009-10-01  Roderick Colenbranderwinex11: Add support for 16-bit/32-bit DIB sections.
2009-09-23  Vincent Povirkwinex11: Re-add the optimization for blending 1x1 pixel...
2009-09-10  Roderick Colenbranderwinex11: Add helper function for copying brushes.
2009-09-10  Roderick Colenbranderwinex11: Add helper function get_xrender_format_from_co...
2009-09-09  Roderick Colenbranderwinex11: Use ColorShifts in get_xrender_format_from_pde...
2009-08-03  Roderick Colenbranderwinex11: Fix XRender_GetSrcAreaStretch compile bug...
2009-07-24  Roderick Colenbranderwinex11: XRenderComposite can be inaccurate when scaled...
2009-07-14  Roderick Colenbranderwinex11: Use set_xrender_transformation in AlphaBlend.
2009-07-13  Roderick Colenbranderwinex11: Add an XRender based GetSrcAreaStretch.
2009-07-13  Roderick Colenbranderwinex11: Add a helper function for converting a random...
2009-07-06  Roderick Colenbranderwinex11: Move glyph code over to get_xrender_format.
2009-07-06  Roderick Colenbranderwinex11: Move AlphaBlend over to get_xrender_format.
2009-07-06  Roderick Colenbranderwinex11: Get rid of the static Xrender picture format...
2009-05-21  Vincent Povirkwinex11.drv: Optimize AlphaBlend of 1x1 source bitmaps.
2009-05-21  Vincent Povirkwinex11.drv: Use the proper enum value for repeat.
2009-05-06  Austin Englishwinex11.drv: Remove an outdated comment.
2009-03-02  Dmitry Timoshkovwinex11.drv: Take into account current world transform...
2009-02-03  Dmitry Timoshkovwinex11.drv: The MAT2 parameter of GetGlyphOutline...
2009-01-19  Michael Stefaniucwinex11.drv: Remove superfluous pointer casts.
2008-12-31  Byeongsik Jeonwinex11.drv: Add the basic antialias type decision...
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-22  ByeongSik Jeongdi32, winex11: Add support for subpixel font rendering.
2008-12-05  Vincent Povirkwinex11.drv: Fix string format warning.
2008-08-05  James Hawkinswinex11: Reduce console spam for AlphaBlend deficiencies.
2008-07-14  Andrew Talbotwinex11.drv: Remove unneeded address-of operators from...
2008-03-24  Andrew Talbotwinex11.drv: Assign to structs instead of using memcpy.
2008-03-18  Michael Karcherwinex11: Fix alpha for client-side-rendered text.
2008-01-07  Austin EnglishSpelling fixes.
2007-10-15  Francois Gougetwinex11.drv: The 'lossy' parameter is always false...
2007-10-02  Gerald Pfeiferwinex11.drv: Move X11DRV_XRender_Installed under #ifdef...
2007-09-27  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-09-21  Alexandre Julliardwinex11.drv: Don't call GDI functions while holding...
2007-08-31  Mikolaj Zalewskiwinex11.drv: Support GdiAlphaBlend with blendfn.AlphaFo...
2007-08-29  Mikolaj Zalewskiwinex11.drv: Test for out-of-bound src coordinates...
next