summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
AgeCommit message (Expand)Author
2006-04-13added 'const' (Dan Schikore)Brian Paul
2006-03-29Fixes to silence warnings in code generated by glapi scripts.Kristian Høgsberg
2006-03-15assorted code clean-ups, comments, etc.Brian Paul
2006-03-15remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...Brian Paul
2006-03-15Need to include glthread.h in glapi.h, not glapi.c so that GET_CURRENT_CONTEXTBrian Paul
2006-02-10commit to fixup MGL namespacing for XGLDave Airlie
2005-10-11ifdef out some code to make glapi.c linkable in libglx.so (on theIan Romanick
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-28Fix SPARC assembly for 64-bitIan Romanick
2005-04-28Stop gcc-4.0 complaining about "type qualifiers ignored on functionKeith Whitwell
2005-04-15Reverted the last change back to fix bug 3035Ben Crossman
2005-04-14A few getenv() that werent using the mesa wrapper versionBen Crossman
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2004-12-15_glapi_* is effectively PUBLIC API for the DRI drivers.Adam Jackson
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-11-27make get_static_proc_address() return a _glapi_procBrian Paul
2004-11-27Use new _glapi_proc typedef instead of void * for function pointers.Brian Paul
2004-11-22applied SPARC patch (freedesktop bug 1898)Brian Paul
2004-11-05shorter error messages when calling a GL function without a bound context (FD...Brian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-07-06correct X86_DISPATCH_FUNCTION_SIZE if THREADS is definedRoland Scheidegger
2004-07-05Fix typos in comments.Ian Romanick
2004-07-05Another "if it ain't broke, don't fix it" moment. Revert some moreIan Romanick
2004-07-05fixed non-threaded codepathDaniel Borca
2004-07-02Fix a potential race condition. Fix a couple of places whereIan Romanick
2004-06-30Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-05-27Modify glprocs.h to have two tables instead of one. The first tableIan Romanick
2004-04-23minor fixes for entrypoint name manglingBrian Paul
2004-01-07no-op table on par with main dispatcherDaniel Borca
2003-12-01fix __sparc_v9__ test to exclude linux (bug 852204)Brian Paul
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-08-27make _glapi_get_proc_address() return NULL if function doesn't start with gl ...Brian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-17s/functionOffset/offset/Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-02_glapi_get_proc_address() now always returns a valid dispatch stub functionBrian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-05-29added another spot-check to verify dispatch table correctnessBrian Paul
2002-03-07minor patches from David DawesBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-10-17updated for new glext.hBrian Paul
2001-09-14more GL 1.3 updatesBrian Paul
2001-06-06Remove dependency on MESA sources from gl* filesdavem69
2001-06-05Sparc optimized GLAPI dispatch table.davem69
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-03-28removed a debug messageBrian Paul