aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_XML.py
Commit message (Expand)AuthorAgeFilesLines
* glapi: remove deprecated .getchildren() that has been replace with an iteratorEric Engestrom2020-06-051-4/+4
* glthread: add support for TexParameteri and SamplerParameteri functionsMarek Olšák2020-03-061-4/+7
* mapi/glapi: Generate sizeof() helpers instead of fixed sizes.Markus Wick2019-11-211-4/+11
* mapi: correctly handle the full offset tableEmil Velikov2019-06-101-2/+6
* mapi: remove old, unused ES* generator codeEmil Velikov2019-01-241-55/+1
* mapi: add all _glapi_table entrypoints to static_data.pyEmil Velikov2019-01-241-1/+1
* python: Better use iteratorsMathieu Bridon2018-07-241-6/+6
* python: Better sort dictionary keys/valuesMathieu Bridon2018-07-241-8/+4
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-7/+7
* python: Stop using the string moduleMathieu Bridon2018-07-241-4/+4
* python: Better check for keys in dictsMathieu Bridon2018-07-241-3/+3
* python: Stop using the Python 2 exception syntaxMathieu Bridon2018-07-061-3/+3
* python: Use the print functionMathieu Bridon2018-07-061-23/+25
* python: Stabilize some script outputsMathieu Bridon2018-07-051-1/+2
* glapi: add KHR_no_error support to dispatch table generationTimothy Arceri2017-05-041-0/+6
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* glapi: Define PURE for Sun Studio as wellAdam Jackson2016-05-171-1/+1
* glapi: Harden GLX request size processing (v2)Adam Jackson2016-05-171-1/+1
* glapi: Fix whitespace droppings when printing the license headerAdam Jackson2016-05-171-1/+1
* Remove Sun CC specific code.Jose Fonseca2015-12-021-3/+3
* glapi: Use the offsets from static_data.py instead of from the XMLIan Romanick2015-05-151-17/+5
* glapi: Store list of functions with static dispatch in a separate tableIan Romanick2015-05-151-1/+1
* glapi: Store static dispatch offsets in a separate tableIan Romanick2015-05-151-0/+8
* mapi/glapi: Use ElementTree instead of libxml2.José Fonseca2014-03-261-112/+105
* glapi: skip padding in get_called_parameter_stringPaul Berry2013-04-191-0/+2
* glapi: Remove handling of mesa_name XML attribute.Paul Berry2012-11-121-50/+2
* glapi/gen: handle new XML attributes.Paul Berry2012-11-061-2/+63
* glapi/gen: Gather API version info across aliased functions.Paul Berry2012-11-061-1/+13
* glapi/gen: Comment fix.Paul Berry2012-11-061-1/+1
* dispatch: properly handle parameter name mismatches in glapitemp.h.Paul Berry2012-11-011-2/+5
* glapi: Read GLES information from XML.Paul Berry2012-10-161-0/+48
* glapi: use new-style Python classes.Paul Berry2012-10-161-5/+5
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-704/+704
* glapi/gen: Add support for pointer types.José Fonseca2012-03-111-0/+1
* glapi: add methods to filter functionsChia-I Wu2011-08-131-7/+39
* mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca2011-04-231-1/+1
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+967