summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
AgeCommit message (Expand)Author
2009-09-12glapi: Prefix includes with glapi.Chia-I Wu
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul
2009-08-24glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu
2009-08-24glapi: Static mutex does not work on WIN32_THREADS.Chia-I Wu
2009-08-24glapi: Fix a race in accessing context/dispatch TSD.Chia-I Wu
2009-08-24glapi: Protect _glapi_check_multithread by a mutex.Chia-I Wu
2009-02-26mesa: Resurrect SPARC asm code.David S. Miller
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-27glapi: add DISPATCH_FUNCTION_SIZETobias Jakobi
2008-09-27glapi: add gl_dispatch_functions_start and endTobias Jakobi
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-11tree buildsAlan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca
2008-07-09mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul
2008-07-02Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver treePaulo Cesar Pereira de Andrade
2008-06-24mesa: No getenv on WinCE.José Fonseca
2008-06-18mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-05-21Make the shared glapi files not include glheader.h.Kristian Høgsberg
2008-04-23glcore: build from mesaGeorge Sapountzis
2007-06-12Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian
2007-04-02Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ...Brian
2007-02-20Delete two invalid assertions.Ian Romanick
2006-10-13Fix dumb build errors.Ian Romanick
2006-10-12remove some debug code invalidated by prev check-inBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-08-29remove assertion that referenced &glSetFenceNV for debug testBrian Paul
2006-08-22The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul
2006-04-13added 'const' (Dan Schikore)Brian Paul
2006-03-29Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg
2006-03-15assorted code clean-ups, comments, etc.Brian Paul
2006-03-15remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul
2006-02-10commit to fixup MGL namespacing for XGLDave Airlie
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-28Fix SPARC assembly for 64-bitIan Romanick
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell
2005-04-15Reverted the last change back to fix bug 3035Ben Crossman
2005-04-14A few getenv() that werent using the mesa wrapper versionBen Crossman
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2004-12-15_glapi_* is effectively PUBLIC API for the DRI drivers.Adam Jackson
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-11-27make get_static_proc_address() return a _glapi_procBrian Paul