gdiplus: Implemented GdipGetPenDashCount.
[wine] / dlls / opengl32 /
2008-07-04  Massimo Del Fedeleopengl32: glGetString() should return NULL on NULL...
2008-06-18  Alexandre Julliardwinex11: Check for matching pixel format in wglMakeCurrent.
2008-05-28  Alexandre Julliardopengl32/tests: Add a couple of test cases for pixel...
2008-05-23  James Hawkinsopengl32: Trace a test result that fails inconsistently...
2008-05-06  Francois GougetAdd a comment warning when a table must be kept sorted...
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-04-30  Roderick Colenbranderopengl32: Drop the ChoosePixelFormat test as it is...
2008-04-17  Austin EnglishSpelling fixes.
2008-04-01  Roderick Colenbranderwgl: Fix ChoosePixelFormat behavior.
2008-03-24  Markus Amsleropengl: Allocate DisabledExtensions buffer.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-27  Francois Gougetopengl32/tests: Add the trailing '\n' to an ok() call...
2008-02-25  Roderick Colenbranderwgl: Add a test case for wglCreateContext.
2008-02-11  Paul Vriensopengl32/tests: Only use functions if they are implemented.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-08  Alexandre Julliardopengl32: ntdll import is still needed when building...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-03  Chris Robinsonwgl: Remove GL scissors/viewport override.
2007-09-25  Chris Robinsonwgl: Override glFinish and glFlush.
2007-09-20  Chris Robinsonwgl: Don't set a pixel format on windows that already...
2007-09-18  Chris Robinsonwgl: Store the fbconfig id with the window when a pixel...
2007-08-23  Roderick Colenbranderwgl: Fix wglGetCurrentReadDCARB bugs.
2007-08-20  Roderick Colenbranderopengl32: Don't use 64bit gl types.
2007-08-20  Roderick Colenbranderopengl32: Fix some gl type bugs.
2007-08-20  Paul Vriensopengl32/tests: Be a bit more verbose when doing wglGet...
2007-08-14  Chris Robinsonwgl: GDI support is not advertised with double buffering.
2007-08-06  Chris Robinsonwgl: WGL_COLOR_BITS_ARB does include alpha.
2007-08-03  Francois Gougetopengl32/tests: Add missing '\n' to ok() call.
2007-08-02  Roderick Colenbranderwgl: SetPixelFormat should fail on the root window.
2007-08-02  Roderick Colenbranderwgl: GetPixelFormat fix for offscreen formats.
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-02-19  Roderick Colenbranderopengl32: Add new extensions.
2007-01-25  Jan Zerebeckiopengl32: Remove redundant const.
2006-12-29  Roderick Colenbranderopengl32: Fix wglGetProcAddress typo.
2006-12-28  Roderick Colenbranderopengl32: Add OpenGL 2.1 support and more extensions.
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-06  Roderick Colenbranderx11drv: Fix building issue.
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-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Roderick Colenbranderwinex11.Drv: Remove unneeded wgl exports.
2006-09-21  Roderick Colenbranderopengl: Move wgl font code to winex11.drv.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
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-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
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...
2006-06-09  Alexandre Julliardopengl32: Make all the function pointers and thunks...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-09  Tomas Carneckyopengl: Properly use glXQueryDrawable() to get the...
2006-03-27  Tomas Carneckyopengl: Put OpenGL setup functions into their own debug...
2006-03-21  Mike Hearnopengl32: Optimize thunks by storing GL context in...
2006-03-08  Huw Daviesopengl32: Implement wglUseFontOutlines.
2006-02-02  Huw Daviesopengl: Sync a dibsection to its pixmap before drawing...
2006-01-11  Huw Daviesopengl: Use indirect contexts if the surface is a pixmap.
2005-12-22  Raphael Junqueiraopengl: Fix last wgl regression.
2005-12-19  Huw Daviesopengl: Add support for rendering on bitmaps.
2005-12-08  Raphael Junqueiraopengl: render_texture
2005-12-03  Aric CyrMove standard WGL function declarations to wingdi.h.
2005-11-30  Raphael JunqueiraAdded some checks on wglCreatContext to avoid problems...
2005-11-29  Raphael JunqueiraFixed crash in wglShareList.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-24  Raphael JunqueiraFix incorrect implementation of WGL_COLOR_BITS_ARB.
2005-11-11  Raphael JunqueiraAdd GLXFBConfig on Wine_GLContext (we should remove...
next