| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS. | Michal Krol | 2010-01-28 | 1 | -1/+1 |
* | gallium: Implement 2D constant buffers for fragment shader in softpipe. | Michal Krol | 2010-01-28 | 1 | -1/+1 |
* | gallium: Fix texture sampling with explicit LOD in softpipe. | Michal Krol | 2010-01-07 | 1 | -1/+7 |
* | gallium: Pass per-element (not per-quad) LOD bias values down to texture samp... | Michal Krol | 2010-01-07 | 1 | -1/+4 |
* | gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI. | Michal Krol | 2010-01-05 | 1 | -0/+34 |
* | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 1 | -3/+12 |
* | tgsi: Implement predicated instructions in exec. | Michal Krol | 2009-11-24 | 1 | -0/+1 |
* | tgsi: Fix POSITION and FACE fragment shader inputs. | Michal Krol | 2009-11-23 | 1 | -0/+1 |
* | tgsi: Bring BGNFOR/ENDFOR implementation up to spec. | Michal Krol | 2009-11-23 | 1 | -1/+1 |
* | tgsi: Up tgsi_exec's control flow nesting to 32. | Michal Krol | 2009-11-03 | 1 | -3/+3 |
* | tgsi: Update for gallium interface changes. | Michal Krol | 2009-11-02 | 1 | -1/+6 |
* | tgsi: use new tgsi_call_record to handle execution mask stacks | Brian Paul | 2009-09-10 | 1 | -1/+12 |
* | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell | 2009-09-03 | 1 | -0/+8 |
* | tgsi: handle SOA dependencies for MOV/SWZ | Brian Paul | 2009-08-20 | 1 | -0/+8 |
* | tgsi: no need to separately malloc input and output arrays | Keith Whitwell | 2009-07-16 | 1 | -2/+3 |
* | gallium: reduce recursive include of tgsi_exec.h | Keith Whitwell | 2009-07-16 | 1 | -0/+1 |
* | tgsi: make function call code in tgsi_sse.c less opaque | Keith Whitwell | 2009-07-16 | 1 | -2/+6 |
* | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell | 2009-07-16 | 1 | -14/+8 |
* | tgsi: increase MAX_LABELS to 4096 | Brian Paul | 2009-06-04 | 1 | -1/+1 |
* | tgsi: minor comments | Brian Paul | 2009-03-22 | 1 | -2/+2 |
* | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian | 2008-11-23 | 1 | -9/+2 |
* | tgsi: More comments on source register indirect and 2D indexing. | Michal Krol | 2008-11-12 | 1 | -0/+10 |
* | gallium: added tgsi_set_exec_mask() | Brian Paul | 2008-11-05 | 1 | -0/+25 |
* | tgsi: Add condition code (CC) register. | Michal Krol | 2008-08-18 | 1 | -5/+24 |
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -0/+253 |