Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-18 | glsl_lexer: centroid and invariant are not reserved words in GLSL 1.10 | Ian Romanick | |
2010-06-18 | glsl_lexer: Handle interpolation qualifiers | Ian Romanick | |
2010-05-03 | glsl_lexer: Quiet warning about unused unput(). | Eric Anholt | |
2010-04-26 | Initial implementation of #line | Ian Romanick | |
Does not handle comments in #line or line continuation characters, but it should be good enough for now. | |||
2010-04-07 | Eat whitespace while in the PP state | Ian Romanick | |
2010-04-07 | Partially fix comment handling in preprocessor directives. | Ian Romanick | |
Multi-line /* */ comments are still broken. I think this will wait to be fixed until we have a real preprocessor. | |||
2010-03-19 | Don't track new type names during pass-1 parsing | Ian Romanick | |
This implementation was wrong anyway because it did not respect scoping rules. This will need to be revisited soon. The most likely result is that the grammar is going to need some significant re-work to be able to use a IDENTIFIER in all the places where a TYPE_NAME is currently used. | |||
2010-02-25 | autoconf for the ... | Ian Romanick | |