index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
pp
/
sl_pp_process.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove remnants of the old glsl compiler.
Eric Anholt
2010-08-20
1
-113
/
+0
|
*
glsl: Clean up header file inclusion.
Vinson Lee
2010-08-14
1
-4
/
+1
|
*
glsl: Do syntax parsing inline with processing.
Michal Krol
2009-12-20
1
-1
/
+2
|
*
glsl/pp: Do processing inline with tokenisation.
Michal Krol
2009-12-20
1
-9
/
+3
|
*
glsl/pp: Define a public interface for external modules.
Michal Krol
2009-09-18
1
-5
/
+0
|
|
|
|
|
Make sl_pp_context struct opaque. Move all public declarations to sl_pp_public.h.
*
glsl: Correctly handle line numbering.
Michal Krol
2009-09-07
1
-1
/
+2
|
*
glsl: Implement `line' preprocessor directive.
Michal Krol
2009-09-07
1
-0
/
+6
|
*
glsl: Implement `extension' preprocessor directive.
Michal Krol
2009-09-07
1
-0
/
+7
|
|
|
|
No extensions supported.
*
glsl: Implement `pragma' preprocessor directive.
Michal Krol
2009-09-07
1
-0
/
+7
|
|
|
|
Handle `optimize(on|off)' and `debug(on|off)' pragmas.
*
glsl: Implement `error' preprocessor directive.
Michal Krol
2009-09-07
1
-0
/
+6
|
*
glsl: Implement `undef' preprocessor directive.
Michal Krol
2009-09-07
1
-0
/
+6
|
*
glsl: Allow for preprocessor macro redefinition.
Michal Krol
2009-09-07
1
-2
/
+1
|
*
glsl: Support if preprocessor directive and friends.
Michal Krol
2009-09-07
1
-1
/
+41
|
*
glsl: Implement macro expansion.
Michal Krol
2009-09-07
1
-0
/
+6
|
*
glsl: Parse define directive in preprocessor.
Michal Krol
2009-09-07
1
-0
/
+8
|
*
glsl: Simplify directive parser skeleton.
Michal Krol
2009-09-07
1
-0
/
+1
|
*
glsl: Introduce sl_pp_context and maintain a reuseable pool of strings.
Michal Krol
2009-09-07
1
-1
/
+2
|
*
glsl: Add preprocessor skeleton for directive parsing.
Michal Krol
2009-09-07
1
-0
/
+38