summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
Commit message (Expand)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-293/+0
* glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis2010-03-091-43/+1
* glapi: fix compile with ESGeorge Sapountzis2010-03-021-1/+5
* glapi: Fix syntax.José Fonseca2010-03-011-1/+1
* glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-12/+23
* glapi.c: misc cosmeticGeorge Sapountzis2010-03-011-28/+33
* glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis2010-03-011-185/+1
* glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis2010-03-011-66/+0
* glapi.c: split check_table to not_null and get_procGeorge Sapountzis2010-03-011-9/+11
* glapi: EXTRA_DEBUG is never defined, make this explicitGeorge Sapountzis2010-02-251-1/+1
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-251-12/+1
* glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-221-80/+1
* glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul2010-01-221-1/+1
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-23/+26
|\
| * Only enable verbose NoOp dispatch if DEBUG is definedKristian Høgsberg2010-01-031-2/+19
| * Noop dispatch: move warning code out of the generated functionsKristian Høgsberg2010-01-031-21/+7
| * Export a few glapi functions used by gallium and r300Kristian Høgsberg2010-01-031-1/+1
* | glapi: Include headers with directory prefixes.Chia-I Wu2009-11-051-4/+4
|/
* Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul2009-08-251-36/+39
* glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu2009-08-241-39/+36
* glapi: Static mutex does not work on WIN32_THREADS.Chia-I Wu2009-08-241-2/+11
* glapi: Fix a race in accessing context/dispatch TSD.Chia-I Wu2009-08-241-0/+4
* glapi: Protect _glapi_check_multithread by a mutex.Chia-I Wu2009-08-241-14/+15
* mesa: Resurrect SPARC asm code.David S. Miller2009-02-261-0/+131
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-0/+2
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-0/+24
|\
| * glapi: add DISPATCH_FUNCTION_SIZETobias Jakobi2008-09-271-0/+14
| * glapi: add gl_dispatch_functions_start and endTobias Jakobi2008-09-271-0/+10
| * mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-09-231-622/+30
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-0/+16
|\|
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* | tree buildsAlan Hourihane2008-09-111-460/+0
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-179/+35
|\ \ | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-241-1/+1
| * mesa: No getenv on WinCE.José Fonseca2008-06-241-0/+4
| * mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul2008-06-181-622/+30
* | mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul2008-07-091-2/+2
* | Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver treePaulo Cesar Pereira de Andrade2008-07-021-0/+3
* | Make the shared glapi files not include glheader.h.Kristian Høgsberg2008-05-211-1/+10
* | glcore: build from mesaGeorge Sapountzis2008-04-231-0/+4
|/
* Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian2007-06-121-9/+11
* Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ...Brian2007-04-021-0/+1
* Delete two invalid assertions.Ian Romanick2007-02-201-2/+0
* Fix dumb build errors.Ian Romanick2006-10-131-1/+1
* remove some debug code invalidated by prev check-inBrian Paul2006-10-121-7/+0
* Fix bug #4681.Ian Romanick2006-10-111-1/+6
* remove assertion that referenced &glSetFenceNV for debug testBrian Paul2006-08-291-1/+0
* The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick2006-08-221-18/+22
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-0/+1
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-161-0/+9