summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_version.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: Clean up header file inclusion.Vinson Lee2010-08-141-0/+1
* glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-201-21/+42
* glsl/pp: Include missing headers.Michal Krol2009-09-241-0/+1
* glsl/pp: Differentiate between integer and floating-point number tokens.Michal Krol2009-09-221-2/+2
* glsl/pp: Define a public interface for external modules.Michal Krol2009-09-181-1/+2
* slang/pp: Use a dictionary for the remaining string literals.Michal Krol2009-09-171-11/+4
* glsl/pp: Add remaining error messages.Michal Krol2009-09-171-38/+4
* glsl: Add error messages for version parser.Michal Krol2009-09-071-3/+3
* glsl: Correctly handle line numbering.Michal Krol2009-09-071-1/+7
* glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol2009-09-071-10/+25
* glsl: Allow for multiple version statements.Michal Krol2009-09-071-68/+76
* glsl: Parse optional version directive.Michal Krol2009-09-071-0/+150