summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/gl_gentable.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-18apple: Extended Apple feature support using GLX_USE_APPLE.duncan.hopkins1-1/+2
2022-11-03glapi: #include "util/glheader.h" in glapi_priv.h and glapitable.h directlyYonggang Luo1-2/+0
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2021-08-26glapi/gl_gentable.py: drop call to backtrace on no opSimon Zeni1-34/+3
2021-08-14python: drop python2 supportEric Engestrom1-2/+0
2019-06-19meson: Search for execinfo.hJory Pratt1-1/+1
2018-07-24python: Use range() instead of xrange()Mathieu Bridon1-2/+2
2018-07-24python: Better iterate over dictionariesMathieu Bridon1-2/+2
2018-07-06python: Use the print functionMathieu Bridon1-6/+8
2018-02-01glx/apple: locate dispatch table functions to wrap by nameJon Turney1-0/+14
2017-03-10mapi/gen: remove shebang from python scriptsEmil Velikov1-1/+0
2016-01-21mesa: Reduce libGL.so binary size by about 15%Arlie Davis1-16/+41
2015-05-22glapi: gl_gentable.py: use a main functionDylan Baker1-1/+6
2015-05-22glapi: gl_gentable.py: Replace getopt with argparseDylan Baker1-14/+15
2014-10-23glapi: Fix compiler warning and script nameJan Vesely1-2/+2
2014-09-24mesa: Unifdef _WIN32_WCE.Matt Turner1-1/+1
2014-09-03Eliminate several cases of multiplication in arguments to callocCarl Worth1-1/+1
2014-07-30glapi: Do not use backtrace on DragonFly.Vinson Lee1-1/+1
2014-07-14glapi: Use GetProcAddress instead of dlsym on Windows.Vinson Lee1-0/+4
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2013-12-07glapi: Do not include dlfcn.h on Windows.Vinson Lee1-0/+2
2013-10-11glapi: Do not use backtrace on NetBSD.Vinson Lee1-1/+1
2013-07-16glapi: Do not use backtrace on OpenBSD.Vinson Lee1-1/+1
2013-01-31glapi: Do not use backtrace on MinGW.Vinson Lee1-1/+1
2012-11-01dispatch: Include glheader.h in dispatch-related files.Paul Berry1-1/+1
2012-10-10glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry1-38/+38
2012-10-04glapi: Do not use backtrace on Cygwin.Vinson Lee1-1/+1
2011-12-13glapi/glx: Generate glapi_gentable.c so that the xserver can use itIan Romanick1-5/+33
2011-06-14glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t...Jeremy Huddleston1-2/+42
2011-06-13glapi: Add check for NULL symbol_prefix in gentable and fix warningsJeremy Huddleston1-4/+7
2011-06-11glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston1-0/+131