summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_gentable.py
Commit message (Expand)AuthorAgeFilesLines
* glapi: Fix compiler warning and script nameJan Vesely2014-10-231-2/+2
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-1/+1
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-1/+1
* glapi: Do not use backtrace on DragonFly.Vinson Lee2014-07-301-1/+1
* glapi: Use GetProcAddress instead of dlsym on Windows.Vinson Lee2014-07-141-0/+4
* glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia2014-05-201-1/+1
* glapi: Do not include dlfcn.h on Windows.Vinson Lee2013-12-071-0/+2
* glapi: Do not use backtrace on NetBSD.Vinson Lee2013-10-111-1/+1
* glapi: Do not use backtrace on OpenBSD.Vinson Lee2013-07-161-1/+1
* glapi: Do not use backtrace on MinGW.Vinson Lee2013-01-311-1/+1
* dispatch: Include glheader.h in dispatch-related files.Paul Berry2012-11-011-1/+1
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-38/+38
* glapi: Do not use backtrace on Cygwin.Vinson Lee2012-10-041-1/+1
* glapi/glx: Generate glapi_gentable.c so that the xserver can use itIan Romanick2011-12-131-5/+33
* glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston2011-06-141-2/+42
* glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston2011-06-131-4/+7
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-111-0/+131