winex11: Don't ignore hShareContext in X11DRV_wglCreateContextAttribsARB().
[wine] / dlls / winex11.drv / opengl.c
2013-04-23  Henri Verbeetwinex11: Don't ignore hShareContext in X11DRV_wglCreate...
2013-04-22  Matteo Bruniwinex11.drv: Print the error in wglCreateContextAttribs...
2013-04-11  Matteo Bruniwinex11.drv: Fix attributes conversion in wglCreateCont...
2013-04-01  Alexander Monakovwinex11.drv: Simplify test for pbuffer availability.
2013-03-26  Alexandre Julliardwinex11: Don't use uninitialized variables (Coverity).
2013-01-28  Gerald Pfeiferwinex11: Push down variable attrib down in create_gl_dr...
2013-01-23  Alexandre Julliardwinex11: Store the client window in the window data...
2012-12-24  Andrew Talbotwinex11.drv: Indentation fix.
2012-11-07  Alexandre Julliardwinex11: Avoid using the system GL headers.
2012-10-23  Alexandre JulliardRevert "winex11: Refuse to set the pixel format for...
2012-10-22  Ken Thomaseswinex11: Fix name of extension WGL_NV_render_texture_re...
2012-10-18  Alexandre Julliardwinex11: Don't delete the DC if it's not for a valid...
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 Julliarduser32: Add a Wine-specific entry point to set the...
2012-10-03  Alexandre Julliardwinex11: Add a helper function to get a pixel format...
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: Move the FLUSH_GL_DRAWABLE implementation...
2012-10-02  Alexandre Julliardwinex11: Pass the source drawable to the FLUSH_GL_DRAWA...
2012-10-02  Alexandre Julliardwinex11: Refuse to set the pixel format for HWND_MESSAG...
2012-09-26  Alexandre Julliardwinex11: Store the full visual info for the default...
2012-09-10  Alexandre Julliardwinex11: Disable client-side rendering for OpenGL windows.
2012-09-10  Alexandre Julliardwinex11: Add helper functions to retrieve drawable...
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.
next