Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl/pp: Define a public interface for external modules. | Michal Krol | 2009-09-18 | 1 | -10/+0 |
* | glsl/pp: Add remaining error messages. | Michal Krol | 2009-09-17 | 1 | -1/+1 |
* | glsl/pp: Add a dictionary to a context. | Michal Krol | 2009-09-14 | 1 | -1/+3 |
* | glsl: Handle file numbering. | Michal Krol | 2009-09-07 | 1 | -0/+1 |
* | glsl: Correctly handle line numbering. | Michal Krol | 2009-09-07 | 1 | -0/+2 |
* | glsl: Implement `error' preprocessor directive. | Michal Krol | 2009-09-07 | 1 | -0/+4 |
* | glsl: Allow for preprocessor macro redefinition. | Michal Krol | 2009-09-07 | 1 | -0/+1 |
* | glsl: Support if preprocessor directive and friends. | Michal Krol | 2009-09-07 | 1 | -0/+6 |
* | glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str. | Michal Krol | 2009-09-07 | 1 | -2/+2 |
* | glsl: Parse define directive in preprocessor. | Michal Krol | 2009-09-07 | 1 | -0/+4 |
* | glsl: Simplify directive parser skeleton. | Michal Krol | 2009-09-07 | 1 | -1/+1 |
* | glsl: Introduce sl_pp_context and maintain a reuseable pool of strings. | Michal Krol | 2009-09-07 | 1 | -0/+52 |