summaryrefslogtreecommitdiffstats
path: root/src/glsl/pp/sl_pp_dict.c
Commit message (Expand)AuthorAgeFilesLines
* glsl/pp: Add sl_pp_context_add_extension().Michal Krol2009-12-101-2/+0
* glsl/pp: Do purification and tokenisation in a single step.Michal Krol2009-11-211-0/+1
* glsl/pp: Avoid using `__VERSION__' as an identifier.Michal Krol2009-09-241-1/+1
* glsl/pp: Add `0' and `1' to dictionary.Michal Krol2009-09-231-0/+3
* slang/pp: Use a dictionary for the remaining string literals.Michal Krol2009-09-171-0/+27
* glsl/pp: Add a dictionary to a context.Michal Krol2009-09-141-0/+56