index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
compiler
/
r3xx_vertprog.c
Age
Commit message (
Expand
)
Author
2009-10-04
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-03
r300/compiler: Introduce control flow instructions and refactor dataflow
Nicolai Hähnle
2009-09-21
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
r300: Zero-initialize register for NV_vertex_program
Nicolai Hähnle
2009-09-06
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-08-30
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-27
r300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle
2009-08-27
r300/compiler: Fix vertex program MAD emit
Nicolai Hähnle
2009-07-27
r300/compiler: Add vertex program code dumper from Gallium driver
Nicolai Hähnle
2009-07-27
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
r300: Remove ugly PSIZ hack
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor wpos rewrite using rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor nqssadce to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor for rc_program usage
Nicolai Hähnle
2009-07-27
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
r300: Remove dependency on GLcontext from compiler
Nicolai Hähnle
2009-07-27
r300/vertprog: Cleanup source conflict handling
Nicolai Hähnle
2009-07-27
r300/vertprog: Massively reduce code duplication
Nicolai Hähnle
2009-07-27
r300/vertprog: Use generic transforms and throw away unneeded code
Nicolai Hähnle
2009-07-27
r300: Move vertex program compilation to compiler
Nicolai Hähnle