Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / glapi / glapi.c
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-27 Tobias Jakobiglapi: add DISPATCH_FUNCTION_SIZE
2008-09-27 Tobias Jakobiglapi: add gl_dispatch_functions_start and end
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Brian Paulmesa: refactor: move GetProcAddress code from glapi...
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan Hourihanetree builds
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-09 Brian Paulmesa: return -1, not GL_FALSE if _glapi_add_dispatch...
2008-07-02 Paulo Cesar Pereir... Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9d...
2008-06-23 José Fonsecamesa: No getenv on WinCE.
2008-06-18 Brian Paulmesa: refactor: move GetProcAddress code from glapi...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-21 Kristian HøgsbergMake the shared glapi files not include glheader.h.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-23 George Sapountzisglcore: build from mesa
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-12 BrianFix TEXREL issues when using GLX_USE_TLS (see bug 7459).
2007-04-02 BrianCall _glapi_set_context(NULL) in _glapi_check_multithre...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-20 Ian RomanickDelete two invalid assertions.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-13 Ian RomanickFix dumb build errors.
2006-10-12 Brian Paulremove some debug code invalidated by prev check-in
2006-10-11 Ian RomanickFix bug #4681.
2006-08-29 Brian Paulremove assertion that referenced &glSetFenceNV for...
2006-08-22 Ian RomanickThe TLS dispatch functions for x86-64 are fixed-size...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
2006-06-16 Brian PaulThread safety for Win32. SourceForge bug #1507315.
2006-04-13 Brian Pauladded 'const' (Dan Schikore)
2006-03-29 Kristian HøgsbergFixes to silence warnings in code generated by glapi...
2006-03-15 Brian Paulassorted code clean-ups, comments, etc.
2006-03-15 Brian Paulremove invalid assertion in _glapi_get_dispatch(),...
2006-03-15 Brian PaulNeed to include glthread.h in glapi.h, not glapi.c...
2006-02-10 Dave Airliecommit to fixup MGL namespacing for XGL
2005-10-11 Ian Romanickifdef out some code to make glapi.c linkable in libglx...
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-28 Ian RomanickFix SPARC assembly for 64-bit
2005-04-28 Keith WhitwellStop gcc-4.0 complaining about "type qualifiers ignored...
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2004-12-15 Adam Jackson_glapi_* is effectively PUBLIC API for the DRI drivers.
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-27 Brian Paulmake get_static_proc_address() return a _glapi_proc
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-11-22 Brian Paulapplied SPARC patch (freedesktop bug 1898)
2004-11-05 Brian Paulshorter error messages when calling a GL function witho...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-06 Roland Scheideggercorrect X86_DISPATCH_FUNCTION_SIZE if THREADS is defined
2004-07-05 Ian RomanickFix typos in comments.
2004-07-05 Ian RomanickAnother "if it ain't broke, don't fix it" moment. ...
2004-07-05 Daniel Borcafixed non-threaded codepath
2004-07-02 Ian RomanickFix a potential race condition. Fix a couple of places...
2004-06-30 Keith WhitwellAdd infrastructure for t_vertex.c codegen. Add an...
2004-06-29 Ian RomanickFirst phase of TLS work. At this point SPARC assembly...
2004-05-27 Ian RomanickModify glprocs.h to have two tables instead of one...
2004-04-23 Brian Paulminor fixes for entrypoint name mangling
2004-01-07 Daniel Borcano-op table on par with main dispatcher
2003-12-01 Brian Paulfix __sparc_v9__ test to exclude linux (bug 852204)
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-08-27 Brian Paulmake _glapi_get_proc_address() return NULL if function...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-17 Brian Pauls/functionOffset/offset/
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-02 Brian Paul_glapi_get_proc_address() now always returns a valid...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-05-29 Brian Pauladded another spot-check to verify dispatch table corre...
2002-03-07 Brian Paulminor patches from David Dawes
2001-12-04 Brian Pauldispatch changes to minimize hassle with XFree86 libGL
2001-11-18 Brian PaulAPI dispath updates
2001-10-17 Brian Paulupdated for new glext.h
2001-09-14 Brian Paulmore GL 1.3 updates
next