summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
AgeCommit message (Expand)Author
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis
2010-03-02glapi: fix compile with ESGeorge Sapountzis
2010-03-01glapi: Fix syntax.José Fonseca
2010-03-01glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis
2010-03-01glapi.c: misc cosmeticGeorge Sapountzis
2010-03-01glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis
2010-03-01glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis
2010-03-01glapi.c: split check_table to not_null and get_procGeorge Sapountzis
2010-02-25glapi: EXTRA_DEBUG is never defined, make this explicitGeorge Sapountzis
2010-02-25glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-22glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-03Only enable verbose NoOp dispatch if DEBUG is definedKristian Høgsberg
2010-01-03Noop dispatch: move warning code out of the generated functionsKristian Høgsberg
2010-01-03Export a few glapi functions used by gallium and r300Kristian Høgsberg
2009-11-05glapi: Include headers with directory prefixes.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