wined3d: Disable occlusion query support if the implementation has 0 counter bits.
[wine] / dlls / winex11.drv / xrender.c
2013-03-06  Andrew Talbotwinex11.drv: Avoid signed-unsigned integer comparisons.
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-05  Alexandre Julliardwinex11: Support caching glyphs by character code and...
2012-11-27  Huw Davieswinex11: Add a few 'fall through' comments.
2012-11-05  Alexandre Julliardwinex11: Store the anti-aliasing flags in the device...
2012-11-05  Alexandre Julliardwinex11: Use the default anti-aliasing parameters from...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-10-31  André Hentschelwinex11: Avoid memory leaks (coverity).
2012-10-10  Alexandre Julliardgdi32: Use BI_BITFIELDS to indicate that a 32-bpp DIB...
2012-09-26  Alexandre Julliardwinex11: Store the full visual info for the default...
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-08-14  Alexandre Julliardwinex11: Remove remaining X11 locking around graphics...
2012-08-14  Alexandre Julliardwinex11: Remove X11 locking around simple X calls.
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-05-29  Alexandre Julliardwinex11: Remove the support for device-dependent bitmaps.
2012-05-29  Alexandre Julliardwinex11: Always allocate a new GC for bitmap operations.
2012-05-29  Alexandre Julliardwinex11: XRender repeat mode is no longer needed in...
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
2012-05-24  Alexandre Julliardwinex11: Always create the brush pixmap from the patter...
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
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-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-01-18  Alexandre Julliardwinex11: Move handling of negative width/height into...
2012-01-10  Alexandre Julliardwinex11: Store the XRender format in the bitmap structure.
2012-01-10  Alexandre Julliardwinex11: Avoid some references to the X11 device from...
2012-01-10  Alexandre Julliardwinex11: Create XRender colors from the original COLORR...
2012-01-10  Alexandre Julliardwinex11: Remove the global XRender installed flag.
2012-01-10  Alexandre Julliardwinex11: Get rid of the DIB section support.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Alexandre Julliardwinex11: Remove the remainining DIB section locking...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardwinex11: Remove DIB locking calls from all graphics...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-19  Alexandre Julliardwinex11: Remove DIB locking calls from all blitting...
2011-12-14  Alexandre Julliardwinex11: Add missing initialization of pattern brush...
2011-12-08  Alexandre Julliardwinex11: Add some sanity checks on bitmap formats befor...
2011-12-07  Alexandre Julliardwinex11: Don't call get_xrender_picture inside the...
2011-12-06  Alexandre Julliardwinex11: Allow the visible region to be zero when not...
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-05  Alexandre Julliardwinex11: Always refresh the picture clipping when we...
2011-12-05  Alexandre Julliardgdi32: Use dithering also for 1-bpp gradients.
2011-12-02  Alexandre Julliardwinex11: Always ignore alpha channel with XRender gradi...
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using XRender...
2011-11-28  Gerald Pfeiferwinex11.drv: Move a conditionally used label into the...
2011-11-21  Alexandre Julliardwinex11: Don't allocate the glyph cache without Xrender...
2011-11-21  Alexandre Julliardwinex11: Get rid of the non-Xrender client-side font...
2011-11-17  Alexandre Julliardwinex11: Fix selecting a pattern brush into a DIB secti...
2011-11-17  Francois Gougetwinex11: Delete the palette and xrender static critical...
2011-11-14  Alexandre Julliardwinex11: Remove check for DIB color table in ExtTextOut.
2011-11-08  Alexandre Julliardwinex11: Implement the CopyBitmap entry point.
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-07  Alexandre Julliardwinex11: Implement a SelectBrush entry point in the...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-28  Alexandre Julliardwinex11: Mask FPU exceptions around fontconfig calls.
2011-10-25  André Hentschelwinex11.drv: Remove remaining pixmap prefix to fix...
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-11  Alexandre Julliardwinex11: Get rid of the client-side DIB optimization...
2011-10-11  Alexandre Julliardwinex11: Require an A8R8G8B8 format for blending with...
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  Marcus Meissnerwinex11.drv: Mark xrenderdrv_ExtTextOut as static.
2011-10-03  Huw Davieswinex11: Remove some unused function ptrs.
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-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.
next