summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_line.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.Michal Krol2009-11-201-1/+1
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Store both line number and file index in a single token.Michal Krol2009-09-241-21/+10
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-221-4/+4
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-0/+1
* slang/pp: Fix file number parsing.Michal Krol2009-09-171-1/+1
* glsl/pp: Add remaining error messages.Michal Krol2009-09-171-37/+8
* glsl: Handle file numbering.Michal Krol2009-09-071-1/+20
* glsl: Actually respect the hash-line directive.Michal Krol2009-09-071-0/+2
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-2/+45
* glsl: Implement `line' preprocessor directive.Michal Krol2009-09-071-0/+95