summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/gen/gl_XML.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-967/+0
| | | | Move glapi to src/mapi/{glapi,es1api,es2api}.
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-031-1/+1
| | | | | | | | I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <[email protected]>
* Remove support for GCC older than 3.3.0 from generator scriptsIan Romanick2010-03-031-2/+2
| | | | Signed-off-by: Ian Romanick <[email protected]>
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-241-0/+967
This just moves files, code generation Makefile will be fixed in next commit for easier review.