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
2008-01-01
added tgsi_exec_machine_free_data()
Brian
2007-12-14
Don't always declare frag shader INPUT[0] as fragment position.
Brian
2007-12-13
Add QuadX,Y fields to tgsi_exec_machine to pass quad's position to tgsi inter...
Brian
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-10-27
New comments, replace //-style with /* */
Brian
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