Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-01 | glcpp: Remove files generated by flex and bison from GIT | Ian Romanick | 1 | -2681/+0 | |
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 1 | -9/+13 | |
2010-11-08 | r600g: implement texture_get_handle (needed for eglExportDRMImageMESA) | Benjamin Franzke | 1 | -6/+2 | |
2010-10-21 | glcpp: Refresh autogenerated lexer file. | Kenneth Graunke | 1 | -23/+13 | |
2010-08-23 | glcpp: Update generated glcpp-lex.c for the last two changes. | Carl Worth | 1 | -191/+186 | |
This fixes both "#line 0" and "#line XXX YYY" as described in the two most recent commits. | |||||
2010-08-18 | glcpp: Refresh autogenerated lexer. | Kenneth Graunke | 1 | -263/+326 | |
2010-08-17 | glcpp: Regenerated glcpp-lex.c from previous commit. | Carl Worth | 1 | -194/+203 | |
The previous commit changed glcpp-lex.l so we commit the resulting generated file here. | |||||
2010-08-16 | glcpp: Refresh autogenerated lexer and parser. | Kenneth Graunke | 1 | -59/+43 | |
2010-08-13 | glsl2: Commit generated file changed by previous commit | Ian Romanick | 1 | -55/+47 | |
2010-08-11 | glcpp: Regenerate glcpp-lex.c | Carl Worth | 1 | -9/+23 | |
After a recent change to glcpp-lex.l | |||||
2010-08-04 | glcpp: Refresh autogenerated lexer and parser. | Kenneth Graunke | 1 | -29/+15 | |
2010-07-28 | glcpp: Add __VERSION__ define to the current language version. | Eric Anholt | 1 | -194/+206 | |
Fixes: glsl-version-define glsl-version-define-110 glsl-version-define-120 | |||||
2010-07-28 | glcpp: Add generated source files. | Carl Worth | 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). |