summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added 'const' (Dan Schikore)Brian Paul2006-04-131-1/+1
* Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg2006-03-291-0/+4
* assorted code clean-ups, comments, etc.Brian Paul2006-03-151-41/+26
* remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul2006-03-151-1/+0
* Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul2006-03-151-1/+0
* commit to fixup MGL namespacing for XGLDave Airlie2006-02-101-9/+3
* ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick2005-10-111-1/+5
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-262/+57
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-90/+222
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-5/+5
* Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell2005-04-281-1/+1