aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_gentable.py
Commit message (Expand)AuthorAgeFilesLines
* meson: Search for execinfo.hJory Pratt2019-06-191-1/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-2/+2
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-2/+2
* python: Use the print functionMathieu Bridon2018-07-061-6/+8
* glx/apple: locate dispatch table functions to wrap by nameJon Turney2018-02-011-0/+14
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mesa: Reduce libGL.so binary size by about 15%Arlie Davis2016-01-211-16/+41
* glapi: gl_gentable.py: use a main functionDylan Baker2015-05-221-1/+6
* glapi: gl_gentable.py: Replace getopt with argparseDylan Baker2015-05-221-14/+15
* 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