Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glcpp: Refresh autogenerated lexer and parser. | Kenneth Graunke | 2010-08-04 | 1 | -29/+15 |
| | |||||
* | glcpp: Add __VERSION__ define to the current language version. | Eric Anholt | 2010-07-28 | 1 | -194/+206 |
| | | | | | | | Fixes: glsl-version-define glsl-version-define-110 glsl-version-define-120 | ||||
* | glcpp: Add generated source files. | Carl Worth | 2010-07-28 | 1 | -0/+2636 |
This is now consistent with other usage of flex/bison througout mesa, (which is that these generated files are added to source control so that the build system does not require external tools like flex/bison for non-developers). |