ole32: Constify some variables.
[wine] / dlls / opengl32 / wgl.c
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...
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-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-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-21  Vitaly LipatovInitialize extensions after correct context is created.
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-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-04-28  Raphael Junqueira- implement wglGetCurrentReadDCARB, wglMakeContextCurre...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-10  Raphael Junqueira- implements WGL_ARB_render_texture support (no more...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-30  Eric PouechConst correctness fixes.
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-02-25  Lionel UlmerHandle proper substraction of unsigned numbers.
2004-02-24  Lionel Ulmer- fix 'empty' glyphs
2004-02-24  Lionel UlmerUse the NULL matrix instead of giving a badly filled...
2004-02-12  Alexandre JulliardAvoid a few more GetModuleHandle calls.
2004-02-07  Lionel UlmerBeginning of infrastructure to support WGL extensions.
2004-01-20  Alexandre JulliardRemoved some unnecessary inclusions of gdi.h.
2004-01-06  Lionel UlmerImplement wglUseFontBitmapsW.
2003-12-05  Alexandre JulliardRemoved now useless call to glXQueryExtensionsString.
2003-12-02  Daniel SkorkaFixed a problem using glXGetProcAddresARB with bad...
2003-09-17  Mike McCormackAdd missing LF in trace message.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-11  Lionel UlmerCheck if 'GLX_ARB_get_proc_address' is supported before...
2003-07-11  Lionel UlmerLoad glXGetProcAddressARB dynamically.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-07  Michael SchlüterAdded wglGetExtensionsStringARB.
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.
2003-03-06  Lionel UlmerSupport 'stub' wglGetExtensionsStringEXT function.
2002-11-30  Lionel UlmerImplement wglCreateLayerContext for layer 0.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-07-08  Lionel UlmerSupport wglUseFontBitmapsA when using client-side rende...
2002-07-03  Lionel UlmerDetect DCs without fonts and return an error in wglUseB...
2002-06-10  Alexandre JulliardAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
next