summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/extension_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Remove dead extension_helper.py.Matt Turner2014-11-241-324/+0
| | | | Dead since commit 3d16088f.
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-165/+165
| | | | | | | | | | | | This brings us into accordance with the official Python style guide (http://www.python.org/dev/peps/pep-0008/#indentation). To preserve the indentation of the c code that is generated by these scripts, I've avoided re-indenting triple-quoted strings (unless those strings appear to be docstrings). Acked-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+324
Move glapi to src/mapi/{glapi,es1api,es2api}.