Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -967/+0 |
| | | | | Move glapi to src/mapi/{glapi,es1api,es2api}. | ||||
* | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | 2010-03-03 | 1 | -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 scripts | Ian Romanick | 2010-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Ian Romanick <[email protected]> | ||||
* | glapi: mv code generation to subdir | George Sapountzis | 2010-02-24 | 1 | -0/+967 |
This just moves files, code generation Makefile will be fixed in next commit for easier review. |