Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Clean up header file inclusion. | Vinson Lee | 2010-08-14 | 1 | -0/+1 |
* | glsl/pp: Do processing inline with tokenisation. | Michal Krol | 2009-12-20 | 1 | -21/+42 |
* | glsl/pp: Include missing headers. | Michal Krol | 2009-09-24 | 1 | -0/+1 |
* | glsl/pp: Differentiate between integer and floating-point number tokens. | Michal Krol | 2009-09-22 | 1 | -2/+2 |
* | glsl/pp: Define a public interface for external modules. | Michal Krol | 2009-09-18 | 1 | -1/+2 |
* | slang/pp: Use a dictionary for the remaining string literals. | Michal Krol | 2009-09-17 | 1 | -11/+4 |
* | glsl/pp: Add remaining error messages. | Michal Krol | 2009-09-17 | 1 | -38/+4 |
* | glsl: Add error messages for version parser. | Michal Krol | 2009-09-07 | 1 | -3/+3 |
* | glsl: Correctly handle line numbering. | Michal Krol | 2009-09-07 | 1 | -1/+7 |
* | glsl: Introduce sl_pp_context and maintain a reuseable pool of strings. | Michal Krol | 2009-09-07 | 1 | -10/+25 |
* | glsl: Allow for multiple version statements. | Michal Krol | 2009-09-07 | 1 | -68/+76 |
* | glsl: Parse optional version directive. | Michal Krol | 2009-09-07 | 1 | -0/+150 |