summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
AgeCommit message (Expand)Author
2009-07-16tgsi: no need to separately malloc input and output arraysKeith Whitwell
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell
2009-07-16tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-06-04tgsi: increase MAX_LABELS to 4096Brian Paul
2009-03-22tgsi: minor commentsBrian Paul
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
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