Fix signed/unsigned comparison warnings.
[wine] / dlls / opengl32 /
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.
2004-03-31  Tom WicklineSet version to Win XP Service patch 2.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-02  Lionel Ulmer- sync up with latest OpenGL specifications
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-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-17  Mike McCormackAdd missing LF in trace message.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Dimitrie O. PaunRemove some unneeded __WINESRC__ tests from the headers.
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  Alexandre JulliardAvoid empty lines at the end of generated files.
2003-07-11  Lionel UlmerLoad glXGetProcAddressARB dynamically.
2003-07-08  Lionel UlmerOnly put 'pure' GL 1.2 calls in the 'opengl_norm.c...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-20  Lionel UlmerDo not use any typedefs in the GL thunks to prevent...
2003-06-13  Lionel UlmerUpgrade OpenGL thunks with latest version of OpenGL...
2003-05-07  Michael SchlüterAdded wglGetExtensionsStringARB.
2003-04-22  Alexandre JulliardMoved x11drv.h to dlls/x11drv.
2003-04-14  Lionel UlmerHave the 'make_opengl' in line with the (manually edite...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-06  Lionel UlmerSupport 'stub' wglGetExtensionsStringEXT function.
2003-03-04  Lionel Ulmer- update to latest GL spec files
2003-02-11  Lionel UlmerAdded stub for undocumented 'wglGetDefaultProcAddress...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-30  Lionel UlmerImplement wglCreateLayerContext for layer 0.
2002-11-15  Lionel UlmerLoad OpenGL library dynamically from x11drv.
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-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-07-09  Lionel UlmerSupport new registered extensions.
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-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-10  Alexandre JulliardAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-20  Alexandre JulliardAuthors: Charles Vaughn <charlesv@mfos.org>, Lionel...
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...
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-02  Lionel Ulmer- better support for extensions functions that do not...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-07-31  Lionel Ulmer- added support for the SGIS multitexture extension.
2001-07-27  Alexandre JulliardAdded missing ntdll imports.
2001-07-17  Lionel UlmerMake sure user32 is always loaded before x11drv.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-08  Patrik StridvallFixed issues found by winapi_check.
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-08  Lionel UlmerUpgrade OpenGL thunks with latest informations from...
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-04-24  Alexandre JulliardSmall cleanups.
2001-03-28  Gavriel State- Always use a double-buffered visual if one is available.
2001-03-04  Lionel Ulmer - add tracing to OpenGL thunks
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-12  Lionel Ulmer- moved the 'constructor' into a real DLL init function
2000-06-12  Lionel UlmerNew OpenGL thunk generation script.
2000-05-30  Lionel UlmerImplemented wglShareLists and wglGetCurrentDC.
2000-05-23  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Lionel Ulmer- fixed the OpenGL32 spec file (and the make_opengl_spe...
2000-05-23  Lionel Ulmer- added option to get double-buffered desktop
2000-05-18  Patrik StridvallFixed issues found by winapi_check.
2000-05-14  Lionel Ulmer- set debug messages after a TRACE_ON test
2000-05-12  Lionel UlmerAdded support for OpenGL.