winex11: Move the fps tracing to opengl32.
[wine] / dlls / winex11.drv / opengl.c
2012-09-10  Alexandre Julliardwinex11: Move the fps tracing to opengl32.
2012-09-10  Alexandre Julliardgdi32: Move the SwapBuffers entry point to the OpenGL...
2012-09-10  Alexandre Julliardwinex11: Get the information from the drawable structur...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
2012-09-07  Alexandre Julliardwinex11: Store a format pointer instead of an index...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
2012-09-07  Alexandre Julliardwinex11: Store a drawable structure also for pbuffer...
2012-09-07  Alexandre Julliardwinex11: Get the current pixel format from the drawable...
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-08-15  Alexandre Julliardwinex11: Remove the redundant pixel format index from...
2012-08-15  Alexandre Julliardwinex11: Make pixel format objects const and get rid...
2012-08-15  Alexandre Julliardwinex11: Initialize the OpenGL format list at startup...
2012-08-15  Alexandre Julliardwinex11: Add a critical section to protect the OpenGL...
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-31  Michael Stefaniucwinex11.drv: Avoid TRUE:FALSE conditional expressions.
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-27  Alexandre Julliardwinex11: Get rid of the OpenGL bitmap support.
2012-07-25  Alexandre Julliardopengl32: Store the context current DCs on the opengl32...
2012-07-24  Alexandre Julliardwinex11: Add a helper function to correctly check exten...
2012-07-23  Francois Gougetwinex11.drv: Don't include wgl_driver.h if OpenGL is...
2012-07-20  Alexandre Julliardwinex11: Get rid of the glGetIntegerv wrapper.
2012-07-20  Alexandre Julliardwinex11: Remove unused fields in the PBuffer object.
2012-07-20  Alexandre Julliardopengl32: Use proper handles for PBuffers instead of...
2012-07-19  Alexandre Julliardopengl32: Add supported wgl extension functions to...
2012-07-19  Alexandre Julliardopengl32: Move the wgl functions to the main OpenGL...
2012-07-18  Alexandre Julliardwinex11: Use the function table pointer to call dynamic...
2012-07-18  Alexandre Julliardopengl32: Redirect standard OpenGL functions through...
2012-07-18  Alexandre Julliardwinex11: Fill a function table with the standard OpenGL...
2012-07-12  Alexandre Julliardwinex11: Get rid of the no longer needed drawable rect...
2012-07-09  Dmitry Timoshkovwinex11.drv: Avoid conflicting definitions of WINGDIAPI.
2012-07-03  Alexandre Julliardwinex11: Use the correct drawable with the X11DRV_GET_D...
2012-07-02  Alexandre Julliardwinex11: Replace wgl.h by the official wglext.h from...
2012-07-02  Alexandre Julliardwinex11: Move GLX definitions out of wgl.h.
2012-06-29  Alexandre Julliardopengl32: Make the WGL driver context-specific.
2012-06-29  Alexandre Julliardopengl32: Move checks of the context thread id to opengl32.
2012-06-29  Alexandre Julliardopengl32: Use proper handles for GL contexts and pass...
2012-06-28  Alexandre Julliardgdi32: Add a null WGL driver.
2012-06-28  Alexandre Julliardgdi32: Remove the remaining OpenGL entry points from...
2012-06-28  Alexandre Julliardopengl32: Move wglGetCurrentContext implementation...
2012-06-28  Alexandre Julliardopengl32: Move wglGetProcAddress to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move GetPixelFormat to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContext to the WGL driver.
2012-06-28  Alexandre Julliardopengl32: Move wglCreateContextAttribsARB to the WGL...
2012-06-28  Alexandre Julliardopengl32: Move wglMakeContextCurrentARB to the WGL...
2012-06-28  Alexandre Julliardopengl32: Add the concept of a WGL driver.
2012-06-28  Alexandre Julliardwinex11: Simplify wglSetPixelFormatWINE and export...
2012-06-27  Alexandre Julliardwinex11: Export wglMakeCurrent and wglMakeContextCurren...
2012-06-27  Alexandre Julliardwinex11: Use the GET_DRAWABLE escape to implement wglMa...
2012-06-27  Alexandre Julliardwinex11: Use the GET_DRAWABLE escape to implement wglMa...
2012-06-27  Alexandre Julliardwinex11: Add a GET_DRAWABLE escape to mirror the SET_DR...
2012-06-26  Alexandre Julliardwinex11: Move ChoosePixelFormat implementation to openg...
2012-06-25  Alexandre Julliardgdi32: Remove OpenGL functions that don't use an HDC...
2012-06-25  Alexandre Julliardwinex11: Move wglGetCurrentContext and wglGetCurrentDC...
2012-06-25  Alexandre Julliardwinex11: Move wglCopyContext and wglDeleteContext to...
2012-06-25  Alexandre Julliardwinex11: Move wglShareLists to the internal OpenGL...
2012-06-25  Alexandre Julliardwinex11: Move the wglUseFontBitmaps implementation...
2012-06-25  Roderick Colenbranderwinex11.drv: Remove GLX_ATI_render_texture support.
2012-06-07  Roderick Colenbranderwinex11.drv: Limit formats to nMaxFormats in wglChooseP...
2012-05-29  Alexandre Julliardwinex11: Remove the support for device-dependent bitmaps.
2012-05-29  Alexandre Julliardgdi32: Remove the CreateBitmap and DeleteBitmap driver...
2012-05-24  Alexandre Julliardgdi32: Remove the CopyBitmap driver entry point.
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-09  Alexandre Julliardwinex11: Add support for OpenGL rendering in DIBs using...
2012-05-08  Alexandre Julliardwinex11: Store the GL-specific information in the GL...
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardwinex11: Add an OpenGL GDI driver.
2012-05-07  Alexandre Julliardwinex11: Use a standard Wine list for the OpenGL contex...
2012-05-07  Alexandre Julliardwinex11: Define an enum to manage the various types...
2012-05-03  Alexandre Julliardwinex11: Remove redundant code in ChoosePixelFormat.
2012-05-03  Alexandre Julliardwinex11: Always store the GL drawable in the device...
2012-05-03  Alexandre Julliardwinex11: Update the pixel format through the DCE hook...
2012-05-03  Alexandre Julliardwinex11: Remove support for the no longer used GET_GLX_...
2012-04-18  Alexandre Julliardwinex11: Add bounds rectangle tracking to all graphics...
2012-04-18  Alexandre Julliardwinex11: Remove support for server-side fonts.
2012-03-28  Henri Verbeetwinex11: Use GLX_DONT_CARE instead of ~0 in ConvertAttr...
2012-01-10  Alexandre Julliardopengl32: Get rid of the DIB section sync support.
2011-10-28  Austin Englishwinex11: Only declare the winediag debug channel if...
2011-10-10  Henri Verbeetwinex11: Print the GL renderer and version when complai...
2011-09-26  Alexandre Julliardwinex11: Remove redundant pixmap prefix in X_PHYSBITMAP...
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-03-31  Matteo Bruniwinex11.drv: Take care of the destroyed drawable in...
2011-03-31  Matteo Bruniwinex11.drv: Don't call glXSwapBuffers if the context...
2011-03-31  Matteo Bruniwinex11.drv: Fix wglMakeContextCurrent with an invalid...
2011-03-31  Matteo Bruniwinex11.drv: Don't modify state if glXMakeContextCurren...
2011-03-30  Matteo Bruniwinex11.drv: Make wglMakeCurrent return the correct...
2011-03-30  Matteo Bruniwinex11.drv: Don't modify current state if glXMakeCurre...
2011-03-29  Joshua Beckwinex11: Improved error handling in pglXMakeCurrent...
2011-03-08  Henri Verbeetwinex11.drv: Allow disabling vertical sync using EXT_sw...
2011-02-15  Nicholas Nirowinex11.drv: Add proper initialization for border_pixel.
2010-12-27  Andrew Nguyenwinex11.drv: Enhance the wrapper functions for WGL_EXT_...
2010-11-08  Andrew Nguyenwinex11.drv: Set last error to ERROR_BUSY when attempti...
next