msvcp100: Remove unused thiscall functions.
[wine] / dlls / opengl32 / wgl.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-05  Michael Stefaniucopengl32: Move the opengl_ext.h include before the...
2012-07-30  Alexandre Julliardgdi32: Move DescribePixelFormat and SetPixelFormat...
2012-07-25  Alexandre Julliardopengl32: Store the modified extension string in the...
2012-07-25  Alexandre Julliardopengl32: Store the context current DCs on the opengl32...
2012-07-25  Alexandre Julliardopengl32: Allocate a separate context structure to...
2012-07-23  Alexandre Julliardopengl32: Load GLU functions from glu32.dll instead...
2012-07-20  Alexandre Julliardopengl32: Use proper handles for PBuffers instead of...
2012-07-20  Alexandre Julliardopengl32: Add a mechanism for managing different types...
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 Julliardopengl32: Call all OpenGL functions through the current...
2012-07-18  Alexandre Julliardopengl32: Redirect standard OpenGL functions through...
2012-07-18  Alexandre Julliardopengl32: Call OpenGL extension functions through the...
2012-07-18  Alexandre Julliardopengl32: Generate a function table with null OpenGL...
2012-07-16  Alexandre Julliardopengl32: Mark invalid handles with ffff instead of 0.
2012-06-29  Alexandre Julliardopengl32: Make the WGL driver context-specific.
2012-06-29  Alexandre Julliardopengl32: Don't allow making a thread current in multip...
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 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  Julian Rügeropengl32: Remove spaces preceding punctuation, streamli...
2012-06-28  Julian Rügeropengl32: Fix typos in comments.
2012-06-27  Alexandre Julliardwinex11: Export wglMakeCurrent and wglMakeContextCurren...
2012-06-26  Alexandre Julliardopengl32: Get rid of the X11 locking.
2012-06-26  Alexandre Julliardopengl32: Generate an entry point for glDebugEntry.
2012-06-26  Alexandre Julliardopengl32: Add a helper function to build the extension...
2012-06-26  Alexandre Julliardopengl32: Add a helper function to correctly compare...
2012-06-26  Roderick Colenbranderopengl32: Disable wglGetProcAddress for core GL 1.0...
2012-06-26  Alexandre Julliardgdi32: Forward SwapBuffers to opengl32 which in turn...
2012-06-26  Alexandre Julliardgdi32: Forward SetPixelFormat to opengl32 which in...
2012-06-26  Alexandre Julliardgdi32: Forward DescribePixelFormat to opengl32 which...
2012-06-26  Alexandre Julliardwinex11: Move ChoosePixelFormat implementation to openg...
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 Colenbranderopengl32: Check for valid context in wglGetProcAddress.
2012-01-10  Alexandre Julliardopengl32: Get rid of the DIB section sync support.
2012-01-06  Stefan Leichteropengl32: Replace the remaining forwards of wgl functio...
2011-11-02  Louis Lendersopengl32: Use wrappers for wglCreateContext and wglMake...
2011-10-24  Frédéric Delanoyopengl32: Avoid superfluous (void*) cast in LOAD_FUNCPT...
2009-10-15  Stefan Dösingeropengl32: Give wglSwapBuffers a real function, make...
2009-04-14  Michael Stefaniucopengl32: Remove superfluous pointer casts.
2008-11-26  Francois Gougetopengl32: Remove WINAPI on static functions where not...
2008-07-04  Massimo Del Fedeleopengl32: glGetString() should return NULL on NULL...
2008-05-01  Alexandre Julliardopengl32: Dynamically load libGLU.
2008-05-01  Alexandre Julliardconfigure: Improve the check for the GLU library.
2008-05-01  Roderick Colenbranderopengl32: Get rid of X/GLX leftovers.
2008-03-24  Markus Amsleropengl: Allocate DisabledExtensions buffer.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-10-03  Chris Robinsonwgl: Remove GL scissors/viewport override.
2007-09-25  Chris Robinsonwgl: Override glFinish and glFlush.
2007-07-26  Roderick Colenbranderopengl32: Relax extension checking.
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-05-16  Andrew Talbotopengl32: Exclude unused header.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-01-25  Jan Zerebeckiopengl32: Remove redundant const.
2006-12-29  Roderick Colenbranderopengl32: Fix wglGetProcAddress typo.
2006-12-28  Roderick Colenbranderwgl: Fix wglGetProcAddress bug.
2006-12-12  Alexandre Julliardwinex11.drv: Get rid of the display pointer in the...
2006-12-12  Alexandre Julliardopengl32: Don't use ENTER_GL/LEAVE_GL around calls...
2006-12-12  Alexandre Julliardopengl32: Avoid generating a wrapper for internal funct...
2006-12-12  Ulrich Czekallawinex11.drv: Correctly position and clip opengl child...
2006-11-13  Francois GougetAdd some documentation headers to make winapi_check...
2006-11-10  Alexandre Julliardopengl32: Hack to make sure winex11 is loaded before...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Roderick Colenbranderopengl32: Use HKCU instead of HKLM.
2006-11-04  Roderick Colenbranderopengl32: Remove glx context.
2006-11-03  Roderick Colenbranderwgl: Add extension checking code / glxGetProcAddress...
2006-10-27  Roderick Colenbranderwgl: Move part of wglGetProcAddress to gdi32.
2006-10-17  Roderick Colenbranderwgl: Move wglDeleteContext to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglShareLists to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentDC to gdi32.
2006-10-16  Roderick Colenbranderwgl: Move wglGetCurrentContext to gdi32.
2006-10-05  Michael Stefaniucopengl32: Win64 printf format warning fixes.
2006-10-04  Roderick Colenbrandergdi32: Route WGL font code through gdi32.dll.
2006-10-04  Roderick Colenbrandergdi32: Route WGL context code through gdi32.dll.
2006-09-26  Roderick Colenbranderwinex11.Drv: Remove unneeded wgl exports.
2006-09-21  Roderick Colenbranderopengl: Move wgl font code to winex11.drv.
2006-09-12  Roderick Colenbranderopengl32: Remove unused code.
2006-09-12  Roderick Colenbranderwinex11.drv: Move WGL extension code to winex11.drv.
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx makecurrent/wglsharelists.
2006-09-11  Roderick Colenbranderwinex11.drv: Import glx context code.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-28  Roderick Colenbranderopengl: Fix Mesa/DRI regression.
2006-08-24  Roderick Colenbranderopengl32: Fix ATI OpenGL bug.
2006-08-17  Roderick Colenbranderx11drv/opengl: Pixel format rewrite.
2006-08-02  Alexandre Julliardopengl32: Make some functions and variables static.
2006-06-28  Huw Daviesopengl32: Fix the returned metrics and add a translatio...
2006-06-23  Huw Daviesopengl32: If there's no glX context don't return a...
2006-06-09  Alexandre Julliardopengl32: Store function pointers in a separate array...
2006-06-09  Alexandre Julliardopengl32: Only store the glX name if different from...
next