wined3d: Disable occlusion query support if the implementation has 0 counter bits.
[wine] / dlls / winex11.drv / x11drv.h
2013-01-23  Alexandre Julliardwinex11: Store the client window in the window data...
2013-01-02  Alexandre Julliardwinex11: Add an option to disable shaping of layered...
2012-12-03  Alexandre Julliardwinex11: Fall back to normal expose processing for...
2012-11-05  Alexandre Julliardwinex11: Use the default anti-aliasing parameters from...
2012-10-29  Alexandre Julliardwinex11: Delay mapping a layered window until its attri...
2012-10-25  Henri Verbeetwinex11: Avoid depending on ddraw.h.
2012-10-10  Alexandre Julliardwinex11: Recreate the GL drawable when changing the...
2012-10-10  Alexandre Julliardwinex11: Create a surface even for OpenGL windows,...
2012-10-03  Alexandre Julliardwinex11: Allow changing the pixel format of a window...
2012-10-02  Alexandre Julliardwinex11: Get rid of the OpenGL GDI driver.
2012-10-02  Alexandre Julliardwinex11: Pass the source drawable to the FLUSH_GL_DRAWA...
2012-10-02  Alexandre Julliardwinex11: Use ARGB layered windows for system tray icons...
2012-10-02  Alexandre Julliardwinex11: Take the alpha channel into account to compute...
2012-10-02  Alexandre Julliardwinex11: Switch to an ARGB visual for layered windows...
2012-10-02  Alexandre Julliardwinex11: Add support for per-window visuals.
2012-09-26  Alexandre Julliardwinex11: Remove some unused palette code.
2012-09-26  Alexandre Julliardwinex11: Create a default colormap along with the defau...
2012-09-26  Alexandre Julliardwinex11: Store the full visual info for the default...
2012-09-24  Alexandre Julliardwinex11: Add window data structure locking to the remai...
2012-09-21  Alexandre Julliardwinex11: Store the window display connection in the...
2012-09-21  Alexandre Julliardwinex11: Separate fetching the window icon bits and...
2012-09-17  Alexandre Julliardwinex11: Allow retrieving the window data structure...
2012-09-17  Alexandre Julliardwinex11: Avoid passing a window data structure to funct...
2012-09-12  Alexandre Julliardwinex11: Add support for the LWA_COLORKEY layered windo...
2012-09-10  Alexandre Julliardwinex11: Remove support for icon windows, use a default...
2012-09-10  Alexandre Julliardwinex11: Disable client-side rendering for OpenGL windows.
2012-09-06  Alexandre Julliardwinex11: Use window surfaces for rendering top-level...
2012-09-04  Alexandre Julliardwinex11: Store the rectangle of the GL drawable and...
2012-09-04  Alexandre Julliardwinex11: Create the whole window at window creation...
2012-09-03  Alexandre Julliardwinex11: Move the GL drawable management to opengl.c.
2012-09-03  Alexandre Julliardwinex11: Treat the client window as an OpenGL drawable.
2012-09-03  Alexandre Julliardwinex11: Store the OpenGL drawable in a separate struct...
2012-08-16  Alexandre Julliardwinex11: Get rid of the X11 locking functions.
2012-08-16  Alexandre Julliardwinex11: Create contexts at initialization time to...
2012-08-16  Alexandre Julliardwinex11: Use the labels to find the mouse motion valuat...
2012-08-16  Alexandre Julliardwinex11: Store XInput2 device info in the thread data.
2012-08-15  Alexandre Julliardwinex11: Remove unnecessary cleanups on process exit.
2012-08-13  Henri Verbeetwinex11: Don't set MWM decorations either for fullscree...
2012-07-27  Alexandre Julliardwinex11: Get rid of the OpenGL bitmap support.
2012-07-12  Alexandre Julliardwinex11: Get rid of the no longer needed drawable rect...
2012-07-09  Henri Verbeetwinex11: Get rid of xrandr.h.
2012-07-09  Henri Verbeetwinex11: Get rid of xvidmode.h.
2012-07-03  Henri Verbeetwinex11: Use our own structure for mode information.
2012-07-02  Henri Verbeetwinex11: Get rid of some unused prototypes.
2012-06-27  Alexandre Julliardwinex11: Add a GET_DRAWABLE escape to mirror the SET_DR...
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 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-15  Alexandre Julliardwinex11: Use the create_pixmap_from_image helper to...
2012-05-15  Alexandre Julliardwinex11: Add a helper to create a pixmap from an image.
2012-05-14  Alexandre Julliardwinex11: Add a helper to retrieve an image from a pixmap.
2012-05-09  Alexandre Julliardwinex11: Use an intermediate pixmap also for DDBs to...
2012-05-08  Alexandre Julliardwinex11: Store the GL-specific information in the GL...
2012-05-08  Alexandre Julliardwinex11: Add an OpenGL GDI driver.
2012-05-07  Alexandre Julliardwinex11: Define an enum to manage the various types...
2012-05-03  Alexandre Julliardwinex11: Remove obsolete escapes.
2012-05-03  Alexandre Julliardwinex11: Remove support for the no longer used GET_GLX_...
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: Convert all points to device coordinates at...
2012-02-01  Alexandre Julliardwinex11: Move the window resizing support to mouse.c.
2012-01-31  Alexandre Julliardwinex11: Consider zero-size windows mapped even when...
2012-01-26  Ken Thomaseswinex11: Remove some more leftover X Shm code.
2012-01-25  Henri Verbeetwinex11: Remove some leftover X Shm code.
2012-01-11  Alexandre Julliardwinex11: Don't cache text and background pixel values...
2012-01-11  Kusanagi Kouichiwinex11.drv: Fix IME status handling.
2012-01-10  Alexandre Julliardwinex11: Store the XRender format in the bitmap structure.
2012-01-10  Alexandre Julliardwinex11: Get rid of the DIB section support.
2012-01-10  Alexandre Julliardwinex11: Move the clipboard DIB creation functions...
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 SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
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 Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-11-30  Alexandre Julliardwinex11: Implement rectangular gradients using straight...
2011-11-09  Alexandre Julliardwinex11: Still process all MotionNotify events when...
2011-11-08  Alexandre Julliardwinex11: Implement the CopyBitmap entry point.
2011-11-07  Alexandre Julliardwinex11: Implement a SelectBrush entry point in the...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
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-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-20  Alexandre Julliardwinex11: Set XRender clipping lazily when retrieving...
2011-09-19  Alexandre Julliardwinex11: Implement a PutImage entry point in the XRende...
2011-09-15  Alexandre Julliardwinex11: Implement the CreateBitmap entry point in...
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: Add a StretchBlt entry point to the XRender...
2011-09-14  Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
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...
next