Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify GLSL extension mechanism. | Michal Krol | 2010-02-10 | 1 | -2/+1 |
* | glsl: Do syntax parsing inline with processing. | Michal Krol | 2009-12-20 | 1 | -0/+4 |
* | glsl/pp: Do processing inline with tokenisation. | Michal Krol | 2009-12-20 | 1 | -5/+3 |
* | glsl/pp: Report correct error line for purify and tokeniser errors. | Michal Krol | 2009-12-20 | 1 | -0/+5 |
* | glsl/pp: Add support for user-defined macros. | Michal Krol | 2009-12-10 | 1 | -0/+5 |
* | glsl/pp: Add sl_pp_context_add_extension(). | Michal Krol | 2009-12-10 | 1 | -0/+5 |
* | glsl/pp: Do purification and tokenisation in a single step. | Michal Krol | 2009-11-21 | 1 | -0/+4 |
* | glsl/pp: Define a public interface for external modules. | Michal Krol | 2009-09-18 | 1 | -0/+63 |