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
/
mesa
/
shader
/
slang
/
slang_preprocess.c
Age
Commit message (
Expand
)
Author
2009-06-10
glsl: fix warnings, update comments, s/TRUE/GL_TRUE/
Brian Paul
2009-06-10
glsl: Handle continuation characters in preprocessor.
Michal Krol
2009-06-10
glsl: Fix symbol replacement handling in preprocessor.
Michal Krol
2009-06-09
glsl: Expand nested preprocessor macros.
Michal Krol
2009-06-08
glsl: Fix preprocessor define argument parsing for dead sections.
Michal Krol
2009-06-08
glsl: preprocessor debug code (disabled)
Brian Paul
2009-03-19
glsl: change GLSL #pragma initialization
Brian Paul
2009-01-28
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-14
glsl: propagate pragma info down into compiler from preprocessor
Brian Paul
2009-01-13
glsl: add preprocessor support for #pragma
Brian Paul
2009-01-07
glsl: pass GLcontext::Extension info down into GLSL preprocessor
Brian Paul
2008-12-18
glsl: Fix handling of nested parens in macro actual arguments.
Michal Krol
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: implement grammar/parsing for precision/invariant syntax
Brian Paul
2008-04-14
fix GL_ARB_texture_rectangle breakage
Brian Paul
2008-04-14
define #extension GL_ARB_texture_rectangle
David Flynn
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-04-21
call grammar_alloc_free() to fix memleaks
Brian
2006-11-15
#define LONGSTRING __extension__ in imports.h and use it to silence gcc
Brian Paul
2006-09-26
Add GLSL preprocessor.
Michal Krol
2006-08-21
More GLSL preprocessor code:
Michal Krol
2006-04-18
Remove carriage-return chars *ONLY*.
Michal Krol
2006-02-27
More GLSL code:
Michal Krol
2006-02-13
Get it running for ARB_vertex_shader.
Michal Krol
2005-04-22
Cosmetic changes.
Michal Krol
2005-04-18
Updates for OpenVMS : New makefiles
Jouk Jansen
2005-04-15
slang preprocessor
Michal Krol