aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-1/+1
* 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
* Reverted the last change back to fix bug 3035Ben Crossman2005-04-151-1/+1
* A few getenv() that werent using the mesa wrapper versionBen Crossman2005-04-141-1/+1
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-51/+148
* _glapi_* is effectively PUBLIC API for the DRI drivers.Adam Jackson2004-12-151-21/+21
* silence a variety of warnings found with g++ 3.4.2Brian Paul2004-12-031-8/+8
* make get_static_proc_address() return a _glapi_procBrian Paul2004-11-271-3/+3
* Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul2004-11-271-48/+61
* applied SPARC patch (freedesktop bug 1898)Brian Paul2004-11-221-3/+3
* shorter error messages when calling a GL function without a bound context (FD...Brian Paul2004-11-051-9/+7
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+10
* correct X86_DISPATCH_FUNCTION_SIZE if THREADS is definedRoland Scheidegger2004-07-061-1/+1
* Fix typos in comments.Ian Romanick2004-07-051-1/+1
* Another "if it ain't broke, don't fix it" moment. Revert some moreIan Romanick2004-07-051-13/+8
* fixed non-threaded codepathDaniel Borca2004-07-051-0/+4
* Fix a potential race condition. Fix a couple of places whereIan Romanick2004-07-021-13/+26
* Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell2004-06-301-2/+2
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-62/+101
* Modify glprocs.h to have two tables instead of one. The first tableIan Romanick2004-05-271-14/+40
* minor fixes for entrypoint name manglingBrian Paul2004-04-231-0/+10
* no-op table on par with main dispatcherDaniel Borca2004-01-071-1/+1
* fix __sparc_v9__ test to exclude linux (bug 852204)Brian Paul2003-12-011-5/+5