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_link2.c
Age
Commit message (
Expand
)
Author
2007-01-08
Implement projective texture sampling, 3D textures. Disable some debug output.
Brian
2007-01-05
Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...
Brian
2007-01-04
update TexturesUsed[] in slang_update_inputs_outputs()
Brian
2007-01-04
compute InputsRead/OutputsWritten with slang_update_inputs_outputs()
Brian
2006-12-20
Uniform matrix support.
Brian
2006-12-20
use cast wrappers for sanity checking
Brian
2006-12-19
Clean-up and re-org of the main GLSL object types.
Brian
2006-12-19
additional error checking
Brian
2006-12-18
Implement if-conditionals and while loops, added temporary resolve-branches f...
Brian
2006-12-18
Use _mesa_free_linked_program_data()
Brian
2006-12-15
Lots of assorted changes.
Brian
2006-12-15
more debug output
Brian
2006-12-14
include prog_print.h
Brian
2006-12-14
Updated #includes after splitting program.h
Brian
2006-12-14
The new linker actually does a few things right now:
Brian
2006-12-13
Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...
Brian