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