Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | |
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 <ian.d.romanick@intel.com> | |||
2010-03-03 | Remove support for GCC older than 3.3.0 from generator scripts | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-02-24 | glapi: mv code generation to subdir | George Sapountzis | |
This just moves files, code generation Makefile will be fixed in next commit for easier review. |