summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
AgeCommit message (Collapse)Author
2009-03-22tgsi: minor commentsBrian Paul
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs.
2008-11-12tgsi: More comments on source register indirect and 2D indexing.Michal Krol
2008-11-05gallium: added tgsi_set_exec_mask()Brian Paul
2008-08-18tgsi: Add condition code (CC) register.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca