winex11: Pre-compute the color shifts for the supported XRender formats.
[wine] / dlls / winex11.drv / xrender.c
2011-09-26  Alexandre Julliardwinex11: Pre-compute the color shifts for the supported...
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
2011-09-26  Alexandre Julliardwinex11: Avoid recomputing the DC format when it hasn...
2011-09-26  Alexandre Julliardwinex11: Force the alpha channel to zero for mono-...
2011-09-21  Alexandre Julliardwinex11: Forward AlphaBlend with a DIB section as sourc...
2011-09-20  Alexandre Julliardwinex11: Fix handling of 1-bpp source bitmaps in AlphaB...
2011-09-20  Alexandre Julliardwinex11: Move locking and handling of fg/bg colors...
2011-09-20  Alexandre Julliardwinex11: Implement a BlendImage entry point in the...
2011-09-20  Alexandre Julliardwinex11: Set XRender clipping lazily when retrieving...
2011-09-20  Alexandre Julliardwinex11: Add a helper function to create the source...
2011-09-19  Alexandre Julliardwinex11: Implement a PutImage entry point in the XRende...
2011-09-19  Alexandre Julliardwinex11: Explicitly clip to the visible rect when using...
2011-09-16  Alexandre Julliardwinex11: Use the original unclipped coordinates for...
2011-09-16  Alexandre Julliardwinex11: Disable the XRender StretchBlt implementation...
2011-09-15  Alexandre Julliardwinex11: Use the physdev picture directly for the SRCCO...
2011-09-15  Alexandre Julliardwinex11: Implement the CreateBitmap entry point in...
2011-09-15  Alexandre Julliardwinex11: Get rid of the WXRFormat typedef.
2011-09-15  Alexandre Julliardwinex11: Remove a redundant field in the XRender format...
2011-09-15  Alexandre Julliardwinex11: Get rid of the WineXRenderFormat structure.
2011-09-15  Alexandre Julliardwinex11: Store the XRender picture formats in a global...
2011-09-15  Alexandre Julliardwinex11: Get rid of the xrender_info structure.
2011-09-15  Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15  Alexandre Julliardwinex11: Avoid an intermediate pixmap copy when stretch...
2011-09-15  Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
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...
next