summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapi.h
Commit message (Expand)AuthorAgeFilesLines
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-151-1/+1
* glapi: Build glapi_gentable.c only on DarwinAndreas Boll2016-01-211-0/+2
* Remove Sun CC specific code.Jose Fonseca2015-12-021-1/+1
* mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()Brian Paul2015-03-181-0/+11
* mapi: remove u_thread.hBrian Paul2015-03-051-1/+0
* mapi: THREADS was always defined, remove itBrian Paul2015-03-051-11/+2
* mapi: remove u_compiler.hBrian Paul2015-03-041-0/+1
* glapi: restore _glthread_GetID() functionBrian Paul2014-03-141-0/+5
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-051-4/+0
* mesa: remove empty glthread.h fileBrian Paul2014-03-031-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-2/+5
* glapi: Enclose glapi.h in an extern "C" block when included by C++.Kenneth Graunke2011-10-041-0/+6
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-111-0/+4
* scons: Add support for GLES.Chia-I Wu2011-01-221-5/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg2010-09-091-7/+1
* glapi: Implement optional dispatch loggingKristian Høgsberg2010-09-091-1/+7
* glapi: Clean up header inclusions.Chia-I Wu2010-08-231-1/+20
* glapi: Move public function/variable declarations to glapi.h.Chia-I Wu2010-08-211-12/+87
* mapi: Add mapi and share the code with glapi.Chia-I Wu2010-05-071-98/+14
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+172