index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
pp
/
sl_pp_macro.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Do syntax parsing inline with processing.
Michal Krol
2009-12-20
1
-0
/
+1
*
glsl/pp: Do processing inline with tokenisation.
Michal Krol
2009-12-20
1
-91
/
+112
*
glsl/pp: Remove outdated TODO.
Michal Krol
2009-12-20
1
-5
/
+0
*
glsl/pp: Add support for user-defined macros.
Michal Krol
2009-12-10
1
-0
/
+17
*
glsl/pp: Add sl_pp_context_add_extension().
Michal Krol
2009-12-10
1
-0
/
+12
*
glsl/pp: Expand unknown identifiers to 0 in if/elif expressions.
Michal Krol
2009-11-20
1
-4
/
+11
*
glsl/pp: Expand macro actual arguments before pasting into its body.
Michal Krol
2009-09-28
1
-49
/
+53
*
glsl/pp: Avoid using `__VERSION__' as an identifier.
Michal Krol
2009-09-24
1
-1
/
+2
*
glsl/pp: Differentiate between integer and floating-point number tokens.
Michal Krol
2009-09-22
1
-2
/
+2
*
glsl/pp: Add a TODO for FEATURE_es2_glsl.
Michal Krol
2009-09-17
1
-0
/
+5
*
slang/pp: Use a dictionary for the remaining string literals.
Michal Krol
2009-09-17
1
-5
/
+3
*
glsl/pp: Add remaining error messages.
Michal Krol
2009-09-17
1
-1
/
+17
*
glsl: Handle file numbering.
Michal Krol
2009-09-07
1
-2
/
+1
*
glsl: Correctly handle line numbering.
Michal Krol
2009-09-07
1
-2
/
+2
*
glsl: Implement predefinded macros.
Michal Krol
2009-09-07
1
-0
/
+41
*
glsl: Allow for preprocessor macro redefinition.
Michal Krol
2009-09-07
1
-12
/
+33
*
glsl: Support if preprocessor directive and friends.
Michal Krol
2009-09-07
1
-6
/
+18
*
glsl: Centralise sl_pp_macro constructor.
Michal Krol
2009-09-07
1
-10
/
+19
*
glsl: Implement macro expansion.
Michal Krol
2009-09-07
1
-0
/
+204
*
glsl: Parse define directive in preprocessor.
Michal Krol
2009-09-07
1
-0
/
+51