Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). |