d3dx9: Add support for D3DFMT_A32B32G32R32F.
[wine] / dlls / winex11.drv / graphics.c
2012-08-14  Alexandre Julliardwinex11: Remove remaining X11 locking around graphics...
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-04-27  Alexandre Julliardwinex11: Store the DC bounds rectangle as a pointer.
2012-04-18  Alexandre Julliardwinex11: Add bounds rectangle tracking to all graphics...
2012-04-18  Alexandre Julliardwinex11: Remove support for server-side fonts.
2012-04-17  Alexandre Julliardwinex11: ExtFloodFill does take the current ROP into...
2012-04-17  Alexandre Julliardwinex11: Convert all points to device coordinates at...
2012-04-02  Alexandre Julliardwinex11: Fix a potential deadlock in the GradientFill...
2012-01-23  Alexandre Julliardwinex11: Ignore rectangles with invalid coordinates...
2012-01-11  Alexandre Julliardwinex11: Don't cache text and background pixel values...
2012-01-06  Alexandre Julliardwinex11: Remove DIB locking calls from all graphics...
2011-12-19  Alexandre Julliardwinex11: Remove DIB locking calls from all blitting...
2011-12-13  Alexandre Julliardwinex11: Get rid of the GetPixel implementation, use...
2011-12-06  Alexandre Julliardwinex11: Allow the visible region to be zero when not...
2011-12-06  Alexandre Julliardwinex11: Store the visible region handle directly inste...
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-05  Alexandre Julliardgdi32: Use dithering also for 1-bpp gradients.
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using straight...
2011-09-20  Alexandre Julliardwinex11: Set XRender clipping lazily when retrieving...
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-07-21  Alexandre Julliardwinex11: Add helper functions for changing and restorin...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
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-04-13  Austin Englishwinex11.drv: Remove extraneous parentheses (LLVM/Clang).
2010-10-26  Hans Leidekkerwinex11: Implement EnumICMProfiles.
2010-09-02  Alexandre Julliardwinex11: Break positioning of graphics in mirrored...
2010-07-30  Alexandre Julliardwinex11: Fix the positioning of some graphics primitive...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-04-02  Vincent Povirkwinex11.drv: Clip rectangle values to 16-bit limits.
2009-11-17  Alexandre Julliardwinex11: Get rid of the SetDCOrg entry point.
2009-10-14  Roderick Colenbranderwinex11: Add X11DRV_XRender_SetDeviceClipping for synci...
2009-09-02  Roderick Colenbranderwinex11: Use ColorShifts data in X11DRV_PALETTE_ToLogical.
2009-07-23  Roderick Colenbranderwinex11: Make X11DRV_SetupGCForPatBlt independent of...
2009-07-16  Roderick Colenbranderwinex11: Add a function for retrieving the bitmap GC.
2009-04-29  Rein Klazeswinex11: GetPixel() on a monochrome bitmap should retur...
2009-01-30  Andrew Talbotwinex11.drv: Declare some functions static.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-05-05  Maarten Lankhorstwinex11.drv: Fix a compiler warning.
2008-04-28  Alexandre Julliardwinex11: Merge the contents of clipping.c into graphics.c.
2008-04-07  Alexandre Julliardwinex11: Fix handling of property sizes for 64-bit...
2008-03-05  Hans Leidekkerwinex11.drv: Retrieve X color profile in GetICMProfile.
2008-03-05  Hans Leidekkergdi32: Move GetICMProfile to the driver.
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-07-19  Evan Stadewinex11.drv: Draw dashed lines for extended pens.
2007-02-21  Ken Thomaseswinex11.drv: Pass correct coords into X11DRV_InternalFl...
2006-12-12  Ulrich Czekallawinex11.drv: Store window and drawable rects in X11DRV_...
2006-10-20  Alexandre Julliardwinex11.drv: Avoid X error with unsupported pen styles.
2006-10-09  Vitaliy Margolenwinex11drv: Win64 printf format warning fixes.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.