index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
pp
/
sl_pp_token.c
Age
Commit message (
Collapse
)
Author
2009-12-20
glsl/pp: Do processing inline with tokenisation.
Michal Krol
2009-12-20
glsl/pp: Report correct error line for purify and tokeniser errors.
Michal Krol
2009-12-10
glsl/pp: make some functions static
Brian Paul
2009-11-21
glsl/pp: Do purification and tokenisation in a single step.
Michal Krol
2009-09-24
glsl/pp: Include missing headers.
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
Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h.
2009-09-16
glsl/pp: Validate numbers.
Michal Krol
2009-09-16
glsl/pp: Add more error messages.
Michal Krol
2009-09-07
glsl: Rename sl_pp_context_add_str to sl_pp_context_add_unique_str.
Michal Krol
Return the same offset for same strings. Allows to compare strings by comparing their's offsets.
2009-09-07
glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
Michal Krol
2009-09-07
glsl: Remove bogus sl_pp_directive.h include.
Michal Krol
2009-09-07
glsl: Add a preprocessor tokeniser.
Michal Krol