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
/
pipe
/
tgsi
/
exec
/
tgsi_exec.h
Age
Commit message (
Expand
)
Author
2007-10-26
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
Initial support for immediate values in TGSI programs.
Brian
2007-10-25
added some comments
Brian
2007-10-22
Finish unifying the surface and texture tile caches.
Brian
2007-10-09
More work on flow control for CAL/RET.
Brian
2007-10-02
Implement/use fragment kill results
Brian
2007-10-02
Implement CONT statement.
Brian
2007-10-02
Implement CAL/RET and a call stack for subroutines.
Brian
2007-10-02
Fold expand_program() into tgsi_exec_prepare()
Brian
2007-10-02
no more need for tgsi_exec_machine_run2(), remove dead code
Brian
2007-10-02
Move tgsi machine state init/allocations so they're done less frequently.
Brian
2007-10-02
checkpoint: unpack all instructions before interpretation. Actual looping wo...
Brian
2007-09-29
Initial conditional execution support for loops and BRK instruction.
Brian
2007-09-29
remove unused tgsi_exec_cond_* types
Brian
2007-09-28
Initial implementation of IF/ELSE/ENDIF using conditional masking.
Brian
2007-08-24
Hook-up SSE2 to VS.
michal
2007-08-24
Rename tgsi "core" directory
Keith Whitwell