summaryrefslogtreecommitdiff
path: root/src/glsl/pp/sl_pp_purify.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt1-302/+0
2010-01-26glsl/pp: Silence GCC "no previous prototype" warning.Vinson Lee1-1/+1
2009-11-10glsl/pp: Add sl_pp_purify_getc().Michal Krol1-87/+114
2009-11-10glsl/pp: Have sl_pp_purify() return error msg/line no.Michal Krol1-10/+46
2009-09-07glsl: Preserve newline inside comment blocks.Michal Krol1-31/+58
2009-09-07glsl: Raise an error on an unfinished comment block.Michal Krol1-1/+9
2009-09-07glsl: Add preprocessor purifier.Michal Krol1-0/+204