Kenneth Graunke
c5e74871d9
glsl: Recognize GLSL ES 1.00 keywords.
2010-09-07 17:30:37 -07:00
Ian Romanick
33fe364e5a
glsl2: Commit generated files changed by previous commit
2010-08-30 12:52:42 -07:00
Ian Romanick
d01bf822dd
glsl2: Commit generated file change by commit ab18be74
...
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 19:05:54 -07:00
Ian Romanick
103453659d
glsl2: Commit generated files changed by previous two commits
2010-08-13 09:34:52 -07:00
Ian Romanick
db36e88052
glsl2: Commit generated files changed by previous commit
2010-08-11 17:03:37 -07:00
Kenneth Graunke
b7e63c34e7
glsl2: Add the 1.30 reserved keywords.
2010-08-07 00:51:30 -07:00
Eric Anholt
47f3f22311
glsl2: Add support for floating constants like "1f".
...
Fixes glsl-floating-constant-120.
2010-08-02 11:26:43 -07:00
Eric Anholt
6a41626e90
glsl2: Make non-square matrix keywords not keywords pre-120.
...
Fixes glsl-mat-110.
2010-08-01 19:11:10 -07:00
Eric Anholt
192b57df8c
glsl2: Make lowp, mediump, highp, and precision identifiers pre-1.20.
...
Fixes glsl-precision-110.
2010-07-28 17:32:11 -07:00
Ian Romanick
f50f06552e
glsl2: Parser support for GL_ARB_fragment_coord_conventions
2010-07-28 14:14:38 -07:00
Carl Worth
e8a8f0f278
glsl: Add generated files from flex/bison.
...
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).
2010-07-28 13:48:32 -07:00