d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / opengl32 /
2012-11-26  Andrew Talbotopengl32: Remove unused variable.
2012-11-08  Sam Edwardsopengl32: Apply correct normals to text rendered with...
2012-11-08  Alexandre Julliardopengl32: Get rid of wine_ prefix on generated functions.
2012-11-08  Alexandre Julliardopengl32: Get rid of the extension removal hack in...
2012-11-07  Alexandre Julliardopengl32: Don't substitute OpenGL types that are alread...
2012-11-07  Alexandre Julliardopengl32: Avoid using the system GL headers.
2012-11-07  Alexandre Julliardopengl32: Generate our own wgl.h header from the OpenGL...
2012-11-07  Alexandre Julliardopengl32: Update to the current OpenGL spec.
2012-11-07  Sam Edwardsopengl32: Implement the wglUseFontOutlines WGL_FONT_LIN...
2012-11-05  Sam Edwardsopengl32: Implement wglUseFontOutlines curve smoothing.
2012-11-05  Ken Thomasesopengl32: Don't lose __wine_set_pixel_format() declarat...
2012-10-29  Sam Edwardsopengl32: Fix outline-font glyphs rendering with incorr...
2012-10-23  Alexandre JulliardRevert "winex11: Refuse to set the pixel format for...
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 Julliardopengl32: Update the extension list.
2012-09-05  Michael Stefaniucopengl32: Avoid conflicting defines for GLAPI / WINGDIAPI.
2012-09-05  Michael Stefaniucopengl32: Move the opengl_ext.h include before the...
2012-08-23  Alexandre Julliardopengl32: Generate null driver entry points for all...
2012-08-23  Jérôme Gardouopengl32/tests: Do not pass NULL attrib list to wglCrea...
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...
next