summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/gl_XML.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-31glapi: normalize python newlinesDylan Baker1-54/+0
2016-03-31glapi: use python's textwrap.dedent to make code readableDylan Baker1-20/+29
2016-03-31glapi: remove unnecessary semi-colons in pythonDylan Baker1-5/+5
2016-03-31glapi: Update copyright in python files to cover more than IBMDylan Baker1-5/+6
2016-03-31glapi: encode python files in utf-8 rather than asciiDylan Baker1-1/+3
2016-03-31glapi: clean imports in python filesDylan Baker1-3/+5
2015-12-02Remove Sun CC specific code.Jose Fonseca1-3/+3
2015-05-15glapi: Use the offsets from static_data.py instead of from the XMLIan Romanick1-17/+5
2015-05-15glapi: Store list of functions with static dispatch in a separate tableIan Romanick1-1/+1
2015-05-15glapi: Store static dispatch offsets in a separate tableIan Romanick1-0/+8
2014-03-26mapi/glapi: Use ElementTree instead of libxml2.José Fonseca1-112/+105
2013-04-19glapi: skip padding in get_called_parameter_stringPaul Berry1-0/+2
2012-11-12glapi: Remove handling of mesa_name XML attribute.Paul Berry1-50/+2
2012-11-06glapi/gen: handle new XML attributes.Paul Berry1-2/+63
2012-11-06glapi/gen: Gather API version info across aliased functions.Paul Berry1-1/+13
2012-11-06glapi/gen: Comment fix.Paul Berry1-1/+1
2012-11-01dispatch: properly handle parameter name mismatches in glapitemp.h.Paul Berry1-2/+5
2012-10-16glapi: Read GLES information from XML.Paul Berry1-0/+48
2012-10-16glapi: use new-style Python classes.Paul Berry1-5/+5
2012-10-10glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry1-704/+704
2012-03-11glapi/gen: Add support for pointer types.José Fonseca1-0/+1
2011-08-13glapi: add methods to filter functionsChia-I Wu1-7/+39
2011-04-23mapi/glapi: Avoid warnings about visibility being unsupported on MinGW.José Fonseca1-1/+1
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-0/+967