rpcrt4: Make some parameters of non-exported functions const.
[wine] / dlls / opengl32 /
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...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-02  Martin FuchsCorrect WINAPI position for MSVC portability.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  H. VerbeetFix missing prototypes when using nVidia OpenGL headers.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-08-10  Mike McCormackgcc 4.0 warning fixes.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-06-27  Eric PouechNow generating argument-less functions as (void) instea...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-21  Vitaly LipatovInitialize extensions after correct context is created.
2005-06-12  Lionel UlmerRemove some FIXMEs and replace them with TRACEs.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-20  Francois GougetAdd 'use strict' and fix make_opengl accordingly.
2005-05-13  Alexandre JulliardAdded yet another missing OpenGL define.
2005-05-12  Raphael Junqueira- better robustness of pbuffer code (checks, SetLastErr...
2005-05-10  Raphael JunqueiraFix allocated buffer size to avoid buffer overflow.
2005-05-09  Aric CyrFix WGL_ACCELERATION_ARB queries from applications.
2005-05-09  Francois GougetDefine GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-05-06  Francois GougetAssorted spelling fixes.
2005-04-28  Raphael Junqueira- implement wglGetCurrentReadDCARB, wglMakeContextCurre...
2005-04-11  Tom WicklineSync to the latest opengl specs.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-10  Raphael Junqueira- implements WGL_ARB_render_texture support (no more...
2005-02-24  Raphael Junqueira- implement partial PBuffer support
2005-02-10  Tom WicklineSync to latest OpenGL specifications.
2005-01-31  Troy RolloAdd stubs for wglSwapIntervalEXT & wglGetSwapIntervalEXT.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Lionel UlmerConvert mostly useless ERR to WARN message.
2004-08-16  Andreas MohrMove some OpenGL defines from the private wgl.h header...
2004-04-14  Christian CostaAdded glDeleteObjectBufferATI function.
next