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_assemble.c
Age
Commit message (
Expand
)
Author
2006-12-13
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...
Brian
2006-11-18
move fix-up code into new slang_fixup_save() function
Brian Paul
2006-11-16
Add a lot of const qualifiers for const-correctness.
Brian Paul
2006-11-05
reindent
Brian Paul
2006-08-09
More GLSL code - more support for vec4 operations on x86 back-end.
Michal Krol
2006-08-02
Enable vec4 extension for x86 back-end.
Michal Krol
2006-05-16
Change constructor prototype.
Michal Krol
2006-04-18
Remove carriage-return chars *ONLY*.
Michal Krol
2006-03-21
GLSL fixes:
Michal Krol
2006-03-14
More GLSL code:
Michal Krol
2006-02-27
More GLSL code:
Michal Krol
2006-02-22
silence a variety of compiler warnings
Brian Paul
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-05-25
change local var names from "asm" to "assem" - I guess it caused
Michal Krol
2005-05-25
more slang code
Michal Krol
2005-05-19
intermediate code generator (not finished);
Michal Krol