summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_version.c
AgeCommit message (Expand)Author
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt
2010-08-14glsl: Clean up header file inclusion.Vinson Lee
2009-12-20glsl/pp: Do processing inline with tokenisation.Michal Krol
2009-09-24glsl/pp: Include missing headers.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: Use a dictionary for the remaining string literals.Michal Krol
2009-09-17glsl/pp: Add remaining error messages.Michal Krol
2009-09-07glsl: Add error messages for version parser.Michal Krol
2009-09-07glsl: Correctly handle line numbering.Michal Krol
2009-09-07glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.Michal Krol
2009-09-07glsl: Allow for multiple version statements.Michal Krol
2009-09-07glsl: Parse optional version directive.Michal Krol