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_compile.c
Age
Commit message (
Expand
)
Author
2006-12-19
new error msg
Brian
2006-12-14
Updated #includes after splitting program.h
Brian
2006-12-13
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...
Brian
2006-11-24
call slang_variable_construct() inside slang_variable_scope_grow()
Brian Paul
2006-11-24
new slang_variable_scope_grow() function
Brian Paul
2006-11-15
reindent, add some comments
Brian Paul
2006-09-26
Add GLSL preprocessor.
Michal Krol
2006-08-21
More GLSL preprocessor code:
Michal Krol
2006-08-02
Enable vec4 extension for x86 back-end.
Michal Krol
2006-05-16
Cleanup code.
Michal Krol
2006-03-21
Silencium gcc warnings.
Michal Krol
2006-02-27
More GLSL code:
Michal Krol
2006-02-21
More GLSL code:
Michal Krol
2006-02-18
More GLSL code.
Michal Krol
2006-02-15
Fix a few warnings:
Brian Paul
2006-02-15
Add support for forward function declarations.
Michal Krol
2006-02-13
Get it running for ARB_vertex_shader.
Michal Krol
2006-01-30
Split slang_compile.c into several smaller files - it was just too big.
Michal Krol
2006-01-16
remove some test code;
Michal Krol
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-06-01
Committing in .
Jouk Jansen
2005-05-25
more slang code
Michal Krol
2005-05-19
intermediate code generator (not finished);
Michal Krol
2005-04-22
Add more error checking.
Michal Krol
2005-04-22
Move some utility functions to slang_utility.c.
Michal Krol
2005-04-18
Updates for OpenVMS : New makefiles
Jouk Jansen
2005-04-15
remove carriage returns
Brian Paul
2005-04-15
implement info log; parse #version directive
Michal Krol
2005-04-13
simple front-end compiler
Michal Krol