summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-172/+0
2010-03-09glapi: mv table functions to glapi_getproc.c and add local headerGeorge Sapountzis1-21/+0
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-1/+1
2010-03-01glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis1-0/+8
2010-03-01glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis1-0/+3
2010-03-01glapi.c: split check_table to not_null and get_procGeorge Sapountzis1-4/+12
2010-03-01glapi.h: drop dispatch_override prototypesGeorge Sapountzis1-12/+0
2010-03-01glapi.h: misc cosmeticGeorge Sapountzis1-11/+11
2010-03-01glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macrosGeorge Sapountzis1-2/+27
2010-02-11glapi: Avoid #including gl.hKristian Høgsberg1-5/+3
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul1-8/+0
2009-08-28Put 'extern' first on the line to silence GCC warnings.Ian Romanick1-2/+2
2009-08-25Revert "glapi: Fix a possible race in getting current context/dispatch."Brian Paul1-4/+1
2009-08-24glapi: Fix a possible race in getting current context/dispatch.Chia-I Wu1-1/+4
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul1-2/+10
2008-09-21mesa: move some glapi bits aroundBrian Paul1-1/+4
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul1-15/+15
2006-02-10commit to fixup MGL namespacing for XGLDave Airlie1-0/+8
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick1-4/+0
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-7/+4
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell1-1/+1
2005-04-14In GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use the TLS verion of theIan Romanick1-0/+24
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick1-1/+8
2004-12-08silence warningAlan Hourihane1-1/+1
2004-11-27Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul1-2/+4
2004-09-10More updates for Doxygen.Brian Paul1-3/+20
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-1/+5
2001-03-28New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.Brian Paul1-1/+5
2001-01-23added dispatch override mechanism, used by trace extensionBrian Paul1-6/+12
2000-09-26Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.Brian Paul1-2/+2
2000-09-15added GL_MESA_trace supportBrian Paul1-2/+2
2000-09-05added tracing facility from LokiBrian Paul1-2/+8
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul1-4/+4
2000-01-17added _glapi_DispatchBrian Paul1-2/+4
2000-01-05removed _glapi_ThreadSafeBrian Paul1-3/+1
1999-12-17added current context functions, made ThreadSafe publicBrian Paul1-1/+14
1999-12-16minor clean-upBrian Paul1-2/+1
1999-12-16thread support now worksBrian Paul1-5/+5
1999-12-16minor changeBrian Paul1-2/+4
1999-12-15added _glapi_get_proc_name()Brian Paul1-1/+5
1999-12-15new thread codeBrian Paul1-1/+5
1999-12-15added many more extension entry pointsBrian Paul1-5/+1
1999-11-27lots of work on extension managementBrian Paul1-6/+9
1999-11-25include glapitable.hBrian Paul1-524/+2
1999-11-12replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul1-4/+4
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-0/+591