summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.h
AgeCommit message (Expand)Author
2011-03-02tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin
2011-01-24gallium: implement modern sampling schemeZack Rusin
2010-12-08tgsi: add support for system values to TGSI interpreterBrian Paul
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-12tgsi: fill out CAPs for indirect addressingMarek Olšák
2010-11-04tgsi/exec: Get rid of obsolete condition codes.Michal Krol
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-06-18gallium: add a temporary array register fileZack Rusin
2010-06-18gallium: add a new register file - immediate arrayZack Rusin
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-06gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul
2010-05-03gallium: Remove loop register file.José Fonseca
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-11-24tgsi: Implement predicated instructions in exec.Michal Krol
2009-11-23tgsi: Fix POSITION and FACE fragment shader inputs.Michal Krol
2009-11-23tgsi: Bring BGNFOR/ENDFOR implementation up to spec.Michal Krol
2009-11-03tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-09-10tgsi: use new tgsi_call_record to handle execution mask stacksBrian Paul
2009-09-03aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
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