Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | |
2011-01-26 | glsl: Refresh autogenerated lexer file | Chad Versace | |
For previous commit. | |||
2011-01-26 | glsl: Refresh autogenerated parser files | Chad Versace | |
For commits titled: glcpp: Conditionally define macro GL_AMD_conservative_depth glsl: Add support for AMD_conservative_depth to parser | |||
2011-01-06 | glsl: Refresh autogenerated lexer and parser files. | Ian Romanick | |
For the previous commit. | |||
2010-12-14 | glsl: new glsl_strtod() wrapper to fix decimal point interpretation | Brian Paul | |
We always want to use '.' as the decimal point. See http://bugs.freedesktop.org/show_bug.cgi?id=24531 NOTE: this is a candidate for the 7.10 branch. | |||
2010-11-15 | glsl: Refresh autogenerated lexer and parser files. | Kenneth Graunke | |
For the last three commits. | |||
2010-10-19 | glsl: Commit generated file glsl_lexer.cpp | Chad Versace | |
Changes are due to commit "glsl: Fix lexer rule for ^=". | |||
2010-10-15 | glsl: Change generated file glsl_lexer.cpp | Chad Versace | |
2010-10-11 | glsl: Changes in generated file glsl_lexer.cpp | Chad Versace | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-10-08 | glsl: Regenerate files changes by previous commit | Ian Romanick | |
2010-10-08 | glsl: Regenerate files modified by previous commits | Ian Romanick | |
2010-09-07 | glsl: Recognize GLSL ES 1.00 keywords. | Kenneth Graunke | |
2010-08-30 | glsl2: Commit generated files changed by previous commit | Ian Romanick | |
2010-08-13 | glsl2: Commit generated file change by commit ab18be74 | Ian Romanick | |
This would have been included in commit 23f6017d, but make wisely did not regenerate the file when the .lpp file did not change. | |||
2010-08-13 | glsl2: Commit generated files changed by previous two commits | Ian Romanick | |
2010-08-11 | glsl2: Commit generated files changed by previous commit | Ian Romanick | |
2010-08-07 | glsl2: Add the 1.30 reserved keywords. | Kenneth Graunke | |
2010-08-02 | glsl2: Add support for floating constants like "1f". | Eric Anholt | |
Fixes glsl-floating-constant-120. | |||
2010-08-01 | glsl2: Make non-square matrix keywords not keywords pre-120. | Eric Anholt | |
Fixes glsl-mat-110. | |||
2010-07-28 | glsl2: Make lowp, mediump, highp, and precision identifiers pre-1.20. | Eric Anholt | |
Fixes glsl-precision-110. | |||
2010-07-28 | glsl2: Parser support for GL_ARB_fragment_coord_conventions | Ian Romanick | |
2010-07-28 | glsl: Add generated files from flex/bison. | Carl Worth | |
The mesa build environment does not (currently) accept external dependencies such as flex and bison. The compromise is to commit the generated output files, (in spite of the pain that comes from having generated files under version control). |