summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_line.c
AgeCommit message (Expand)Author
2009-12-20glsl: Do syntax parsing inline with processing.Michal Krol
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-11-20glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol
2009-09-24glsl/pp: Include missing headers.Michal Krol
2009-09-24glsl/pp: Store both line number and file index in a single token.Michal Krol
2009-09-22glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol
2009-09-18glsl/pp: Define a public interface for external modules.Michal Krol
2009-09-17slang/pp: Fix file number parsing.Michal Krol
2009-09-17glsl/pp: Add remaining error messages.Michal Krol
2009-09-07glsl: Handle file numbering.Michal Krol
2009-09-07glsl: Actually respect the hash-line directive.Michal Krol
2009-09-07glsl: Correctly handle line numbering.Michal Krol
2009-09-07glsl: Implement `line' preprocessor directive.Michal Krol