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_execute.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
comments
Brian Paul
2006-11-17
reindent, doxygen-style comments
Brian Paul
2006-08-30
Add missing vec4 instructions to the interpreter.
Michal Krol
2006-08-29
replace abort with _mesa_problem()
Brian Paul
2006-05-16
Extend printMESA function to output also to shader's info log.
Michal Krol
2006-04-18
Remove carriage-return chars *ONLY*.
Michal Krol
2006-03-14
More GLSL code:
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-13
Get it running for ARB_vertex_shader.
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-08-10
disable the pointer size assertions (bug 4021)
Brian Paul
2005-08-10
fix indentation
Brian Paul
2005-05-25
change the behaviour of enter and local_addr instructions
Michal Krol
2005-05-23
silence gcc warnings
Keith Whitwell
2005-05-19
intermediate code generator (not finished);
Michal Krol