summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_offsets.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Remove dead gl_offsets.py.Matt Turner2014-11-241-120/+0
| | | | Dead since commit 07b85457.
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-69/+69
| | | | | | | | | | | | 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/+120
Move glapi to src/mapi/{glapi,es1api,es2api}.