summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-1/+1
* gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-071-1/+7
* gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-071-1/+4
* gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-051-0/+34
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-3/+12
* tgsi: Implement predicated instructions in exec.Michal Krol2009-11-241-0/+1
* tgsi: Fix POSITION and FACE fragment shader inputs.Michal Krol2009-11-231-0/+1
* tgsi: Bring BGNFOR/ENDFOR implementation up to spec.Michal Krol2009-11-231-1/+1
* tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol2009-11-031-3/+3
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+6
* tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul2009-09-101-1/+12
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-201-0/+8
* tgsi: no need to separately malloc input and output arraysKeith Whitwell2009-07-161-2/+3
* gallium: reduce recursive include of tgsi_exec.hKeith Whitwell2009-07-161-0/+1
* tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell2009-07-161-2/+6
* gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-161-14/+8
* tgsi: increase MAX_LABELS to 4096Brian Paul2009-06-041-1/+1
* tgsi: minor commentsBrian Paul2009-03-221-2/+2
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-9/+2
* tgsi: More comments on source register indirect and 2D indexing.Michal Krol2008-11-121-0/+10
* gallium: added tgsi_set_exec_mask()Brian Paul2008-11-051-0/+25
* tgsi: Add condition code (CC) register.Michal Krol2008-08-181-5/+24
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+253