Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Add support for floating constants like "1f". | Eric Anholt | 2010-08-02 | 1 | -426/+434 |
| | | | | Fixes glsl-floating-constant-120. | ||||
* | glsl2: Make non-square matrix keywords not keywords pre-120. | Eric Anholt | 2010-08-01 | 1 | -232/+179 |
| | | | | Fixes glsl-mat-110. | ||||
* | glsl2: Make lowp, mediump, highp, and precision identifiers pre-1.20. | Eric Anholt | 2010-07-28 | 1 | -12/+40 |
| | | | | Fixes glsl-precision-110. | ||||
* | glsl2: Parser support for GL_ARB_fragment_coord_conventions | Ian Romanick | 2010-07-28 | 1 | -505/+523 |
| | |||||
* | glsl: Add generated files from flex/bison. | Carl Worth | 2010-07-28 | 1 | -0/+3174 |
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). |