| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: no need to separately malloc input and output arrays | Keith Whitwell | 2009-07-16 | 1 | -25/+3 |
* | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell | 2009-07-16 | 1 | -5/+40 |
* | tgis: implement indirect addressing for destination registers | Brian Paul | 2009-07-10 | 1 | -5/+46 |
* | tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) | Brian Paul | 2009-04-29 | 1 | -0/+62 |
* | tgsi/exec: Actually enable switch-case for FLR. | Michal Krol | 2009-04-03 | 1 | -1/+1 |
* | tgsi: added some helpful debug functions in the tgsi interpreter | Brian Paul | 2009-03-31 | 1 | -0/+53 |
* | tgsi: pass zero vector to texture sampler for 1D case instead of NULL | Brian Paul | 2009-03-26 | 1 | -1/+5 |
* | tgsi: Localise SCS code. | Michal Krol | 2009-03-12 | 1 | -8/+8 |
* | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol | 2009-03-12 | 1 | -23/+27 |
* | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol | 2009-03-11 | 1 | -5/+87 |
* | tgsi: Implement RCC opcode. | Michal Krol | 2009-03-11 | 1 | -1/+32 |
* | tgsi: Untabify. | Michal Krol | 2009-03-10 | 1 | -31/+31 |
* | tgsi: Implement CLAMP opcode. | Michal Krol | 2009-03-10 | 1 | -7/+14 |
* | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol | 2009-03-10 | 1 | -0/+3 |
* | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol | 2009-03-10 | 1 | -11/+2 |
* | tgsi: Implement CND, CND0 opcodes. | Michal Krol | 2009-03-09 | 1 | -2/+14 |
* | tgsi: Remove redundant micro_ge() -- use micro_le(). | Michal Krol | 2009-03-09 | 1 | -15/+1 |
* | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul | 2009-02-20 | 1 | -0/+3 |
* | gallium: fix glean's vertProg1 | Alan Hourihane | 2009-02-16 | 1 | -0/+1 |
* | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol | 2009-02-10 | 1 | -1/+1 |
* | tgsi: silence some warnings | Keith Whitwell | 2009-01-27 | 1 | -0/+37 |
* | tgsi: use flr(), not trunc() for ARL | Brian Paul | 2008-12-16 | 1 | -1/+1 |
* | gallium: minor texture-related clean-ups, comments, etc | Brian | 2008-12-01 | 1 | -2/+2 |
* | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol | 2008-11-26 | 1 | -1/+17 |
* | tgsi: Implement OPCODE_ARR. | Michal Krol | 2008-11-26 | 1 | -4/+1 |
* | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian | 2008-11-23 | 1 | -4/+4 |
* | tgsi: Return 0.0 for negative constant register indices. | Michal Krol | 2008-11-18 | 1 | -8/+16 |
* | tgsi: Keep address register as a floating point. | Michal Krol | 2008-11-18 | 1 | -20/+9 |
* | tgsi: More comments on source register indirect and 2D indexing. | Michal Krol | 2008-11-12 | 1 | -10/+55 |
* | gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4 | Brian Paul | 2008-11-07 | 1 | -3/+19 |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-07 | 1 | -1/+58 |
|\ |
|
| * | gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c | Brian | 2008-11-06 | 1 | -1/+58 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-06 | 1 | -0/+23 |
|\| |
|
| * | gallium: check execution mask in indirect register loads | Brian | 2008-11-05 | 1 | -0/+23 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-05 | 1 | -0/+4 |
|\| |
|
| * | gallium: added some sanity check assertions for constant buffer indexing | Brian Paul | 2008-11-05 | 1 | -0/+4 |
* | | gallium: silence warning | Brian Paul | 2008-09-12 | 1 | -0/+1 |
|/ |
|
* | tgsi: Verify constants are set before attempting to read them. | José Fonseca | 2008-09-10 | 1 | -0/+1 |
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
* | gallium: use new util_fast_exp2(), _log2(), pow() functions | Brian Paul | 2008-08-22 | 1 | -0/+30 |
* | tgsi: Implement LOG opcode for SSE2 codegen. | Michal Krol | 2008-08-19 | 1 | -4/+4 |
* | tgsi: Implement EXP opcode for SSE2. | Michal Krol | 2008-08-19 | 1 | -4/+4 |
* | tgsi: Fix ARL opcode in SSE2 codegen. | Michal Krol | 2008-08-19 | 1 | -3/+3 |
* | tgsi: Update condition code vector when storing dest register. | Michal Krol | 2008-08-18 | 1 | -1/+48 |
* | tgsi: Saturate modifier obeys ExecMask. | Michal Krol | 2008-08-18 | 1 | -4/+18 |
* | tgsi: Respect condition codes when storing destination register. | Michal Krol | 2008-08-18 | 1 | -8/+113 |
* | tgsi: Cosmetic changes. | Michal Krol | 2008-08-18 | 1 | -19/+12 |
* | tgsi: Add condition code (CC) register. | Michal Krol | 2008-08-18 | 1 | -2/+11 |
* | gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET | Brian Paul | 2008-08-13 | 1 | -4/+10 |
* | tgsi: Initial code for KILP, needs CCs working to be complete. | Michal Krol | 2008-08-13 | 1 | -3/+21 |