index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
pp
/
sl_pp_token.h
Age
Commit message (
Expand
)
Author
2009-12-20
glsl/pp: Do processing inline with tokenisation.
Michal Krol
2009-12-10
glsl/pp: declare sl_pp_purify_options to silence warning
Brian Paul
2009-11-21
glsl/pp: Do purification and tokenisation in a single step.
Michal Krol
2009-09-24
glsl/pp: Add forward decls to silence gcc warnings.
Michal Krol
2009-09-24
glsl/pp: Use struct instead of union.
Michal Krol
2009-09-24
glsl/pp: Store both line number and file index in a single token.
Michal Krol
2009-09-22
glsl/pp: Differentiate between integer and floating-point number tokens.
Michal Krol
2009-09-18
glsl/pp: Define a public interface for external modules.
Michal Krol
2009-09-07
glsl: Handle file numbering.
Michal Krol
2009-09-07
glsl: Correctly handle line numbering.
Michal Krol
2009-09-07
glsl: Implement `extension' preprocessor directive.
Michal Krol
2009-09-07
glsl: Implement `pragma' preprocessor directive.
Michal Krol
2009-09-07
glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.
Michal Krol
2009-09-07
glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
Michal Krol
2009-09-07
glsl: Add a preprocessor tokeniser.
Michal Krol