summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapi.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca1-2/+5
2011-10-04glapi: Enclose glapi.h in an extern "C" block when included by C++.Kenneth Graunke1-0/+6
2011-06-11glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston1-0/+4
2011-01-22scons: Add support for GLES.Chia-I Wu1-5/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg1-7/+1
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg1-1/+7
2010-08-23glapi: Clean up header inclusions.Chia-I Wu1-1/+20
2010-08-21glapi: Move public function/variable declarations to glapi.h.Chia-I Wu1-12/+87
2010-05-07mapi: Add mapi and share the code with glapi.Chia-I Wu1-98/+14
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+172