devenum: COM cleanup for IParseDisplayName.
[wine] / dlls / winex11.drv /
2011-10-10  Henri Verbeetwinex11: Print the GL renderer and version when complai...
2011-10-05  Huw Davieswinex11: Initialise the dib color table.
2011-10-03  Alexandre Julliardwinex11: Force alpha channel to 0 when doing color...
2011-10-03  Alexandre Julliardwinex11: Remove no longer needed support for a source...
2011-10-03  Alexandre Julliardwinex11: Remove no longer needed support for a source...
2011-10-03  Marcus Meissnerwinex11.drv: Mark xrenderdrv_ExtTextOut as static.
2011-10-03  Huw Davieswinex11: Remove some unused function ptrs.
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: 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-23  David Kieferwinex11.drv: Remove x86 inline assembly for performing...
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-20  Francois Gougetwinex11: Fix printing NULL strings.
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-19  Alexandre Julliardwinex11: Explicitly clip to the visible rect when using...
2011-09-19  André Hentschelwinex11: Multiply the error tolerance by the table...
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 Julliardwinex11: Make sure the cursor bitmaps are owned by...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
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-09-07  Alexandre Julliardwinex11: Make sure the bitmap created from a packed...
2011-09-07  Alexandre Julliardwinex11: Make sure the bitmap of the brush pattern...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-06  Alexandre Julliardwinex11: Get rid of the no longer used RLE support.
2011-09-06  Alexandre Julliardwinex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping for...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping in...
2011-08-30  Andrew Talbotwinex11.drv: Remove unneeded address-of operator from...
2011-08-29  Alexandre Julliardwinex11: Simplify the DIB byte width computation.
2011-08-24  André Hentschelwinex11: Reject too bright gamma ramps.
2011-08-23  André Hentschelwinex11: Validate the ramps also when not converting...
2011-08-22  Huw Davieswinex11: Simplify rectangle operations.
2011-08-22  Huw Davieswinex11: Sync a dib section's bits before copying the...
2011-08-22  André Hentschelwinex11: Fix function header for building without xrend...
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-04  Kusanagi Kouichiwinex11.drv: Fix a memory leak.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-03  Vincent Povirkwinex11.drv: Don't set gamma when UseXVidMode is turned...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Set the initial bits of a bitmap from the gdi...
2011-07-27  Alexandre Julliardwinex11: Force unprotecting the DIB section bits in...
2011-07-25  Alexandre Julliardgdi32: Get rid of the GetBitmapBits driver entry point.
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used GetBitmapBits...
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-25  Alexandre Julliardwinex11: Get rid of the no longer used SetDIBits implem...
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 Julliardwinex11: Add helper functions for changing and restorin...
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  Alexandre Julliardwinex11: Create a new message window every time we...
2011-07-18  Alexandre Julliardwinex11: Remove the GetDIBits implementation.
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
2011-07-18  Francois Gougetwinex11.drv: Make copy_image_bits() static.
next