msvcrt/tests: Add a trailing '\n' to a win_skip().
[wine] / dlls / opengl32 /
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-19  Alexandre Julliardopengl32: Declare input pointers as const in function...
2012-07-18  Alexandre Julliardopengl32: Remove redundant fields in the functions...
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: Call standard OpenGL functions through the...
2012-07-18  Alexandre Julliardopengl32: Generate a function table with null OpenGL...
2012-07-18  Alexandre Julliardopengl32: Generate a header file containing function...
2012-07-17  Alexandre Julliardopengl32/tests: Run more tests against the GDI renderer.
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-06-11  Roderick Colenbranderopengl32: Add wglGetProcAddress tests.
2012-06-11  Roderick Colenbranderopengl32: Sync with latest GL specs.
2012-05-09  Alexandre Julliardopengl32/tests: Add some more tests for bitmap rendering.
2012-05-09  Alexandre Julliardgdi32: Pass OpenGL calls through to the display driver...
2012-01-10  Alexandre Julliardopengl32: Get rid of the DIB section sync support.
2012-01-09  Stefan Leichteropengl32: Added export glDebugEntry to spec file.
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...
2011-05-05  Henri Verbeetopengl32/tests: Add a test for GL on window DCs.
2011-03-31  Matteo Bruniopengl32/tests: Improve window destroy tests.
2011-03-31  Matteo Bruniwinex11.drv: Fix wglMakeContextCurrent with an invalid...
2011-03-31  Matteo Bruniopengl32/tests: Add a test for window destroy with...
2011-03-30  Matteo Bruniwinex11.drv: Make wglMakeCurrent return the correct...
2011-03-30  Matteo Bruniopengl32/tests: Test using a GL context after the drawa...
2010-11-08  Andrew Nguyenwinex11.drv: Set last error to ERROR_BUSY when attempti...
2010-11-08  Andrew Nguyenwinex11.drv: Ensure that the WGL context is removed...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-01  Alexandre Julliardopengl32: Use float type where appropriate in the spec...
2010-09-01  Alexandre Julliardopengl32: Update to the latest GL spec.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-22  Francois Gougetopengl32/tests: Add a trailing '\n' to a skip() call.
2010-05-14  Roderick Colenbranderopengl32: Add 32-bit bitmap rendering test.
2010-04-27  Roderick Colenbranderwgl: Make context not current before deleting it.
2010-04-27  Roderick Colenbranderwgl: Improve wglDeleteContext threading behavior.
2010-04-12  Henri Verbeetwinex11.drv: Allow OpenGL on minimized windows.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Roderick Colenbranderopengl32: Add OpenGL 3.3/4.0 extensions.
2010-03-02  Roderick Colenbranderopengl32: Update opengl extensions.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-11-24  Roderick Colenbranderopengl32: Fix wglCreateContextAttribsARB test on nvidia.
2009-11-23  Roderick Colenbranderopengl32: Fix another wglCreateContextAttribsARB test...
2009-11-23  Roderick Colenbranderopengl32: Fix wglCreateContextAttribsARB test on vista...
2009-11-19  Roderick Colenbranderopengl32: Get rid of invalid opengl 0.0 test.
2009-11-19  Roderick Colenbranderopengl32: No display driver supports windowless opengl3...
2009-11-18  Roderick Colenbranderopengl32: Sync with latest OpenGL extensions.
2009-11-18  Roderick Colenbranderwgl: Add initial WGL_ARB_create_context support.
2009-11-16  Roderick Colenbranderopengl32/tests: fix wglShareLists error messages.
2009-10-15  Stefan Dösingeropengl32: Give wglSwapBuffers a real function, make...
2009-10-02  Alexandre Julliardopengl32/tests: Use explicit prototypes for function...
2009-09-22  Rico Schülleropengl32/tests: Improve test for wglMakeCurrent.
2009-08-05  Roderick Colenbranderopengl32: Add opengl 3.2 extensions.
2009-06-22  Francois GougetAssorted spelling fixes.
2009-06-11  Alexandre Julliardopengl32: Make the script default to version 1.1. Remov...
2009-06-11  Roderick Colenbranderopengl32: Get rid of glext.h.
2009-06-11  Roderick Colenbranderopengl32: Sync with the latest opengl 3.1 extensions...
2009-05-28  Alexandre Julliardopengl32: Generate the correct trace arguments for...
2009-05-20  Roderick Colenbranderwgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GE...
2009-05-12  Roderick Colenbranderopengl32: Add a wglShareLists test.
2009-04-14  Michael Stefaniucopengl32: Remove superfluous pointer casts.
2009-04-06  Roderick Colenbranderopengl32: Update with the latest OpenGL extensions.
2009-02-24  Francois Gougetopengl32/tests: Replace a couple of trace()s with skip()s.
next