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_line.c
Age
Commit message (
Collapse
)
Author
2010-08-14
glsl: Clean up header file inclusion.
Vinson Lee
2009-12-20
glsl: Do syntax parsing inline with processing.
Michal Krol
2009-12-20
glsl/pp: Do processing inline with tokenisation.
Michal Krol
2009-11-20
glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.
Michal Krol
2009-09-24
glsl/pp: Include missing headers.
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
Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h.
2009-09-17
slang/pp: Fix file number parsing.
Michal Krol
2009-09-17
glsl/pp: Add remaining error messages.
Michal Krol
2009-09-07
glsl: Handle file numbering.
Michal Krol
2009-09-07
glsl: Actually respect the hash-line directive.
Michal Krol
2009-09-07
glsl: Correctly handle line numbering.
Michal Krol
2009-09-07
glsl: Implement `line' preprocessor directive.
Michal Krol