Age | Commit message (Expand) | Author |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-09-10 | tgsi: use new tgsi_call_record to handle execution mask stacks | Brian Paul |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-08-20 | tgsi: handle SOA dependencies for MOV/SWZ | Brian Paul |
2009-08-17 | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create() | Brian Paul |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-16 | tgsi: no need to separately malloc input and output arrays | Keith Whitwell |
2009-07-16 | gallium: proper constructor and destructor for tgsi_exec_machine | Keith Whitwell |
2009-07-10 | tgis: implement indirect addressing for destination registers | Brian Paul |
2009-04-29 | tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled) | Brian Paul |
2009-04-03 | tgsi/exec: Actually enable switch-case for FLR. | Michal Krol |
2009-03-31 | tgsi: added some helpful debug functions in the tgsi interpreter | Brian Paul |
2009-03-26 | tgsi: pass zero vector to texture sampler for 1D case instead of NULL | Brian Paul |
2009-03-12 | tgsi: Localise SCS code. | Michal Krol |
2009-03-12 | tgsi: Rewrite NRM opcode, store 1.0 in W component. | Michal Krol |
2009-03-11 | tgsi: Implement RFL, SFL, STR, X2D opcodes. | Michal Krol |
2009-03-11 | tgsi: Implement RCC opcode. | Michal Krol |
2009-03-10 | tgsi: Untabify. | Michal Krol |
2009-03-10 | tgsi: Implement CLAMP opcode. | Michal Krol |
2009-03-10 | tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal. | Michal Krol |
2009-03-10 | tgsi: ARL and FLOOR opcodes have the same implementation. | Michal Krol |
2009-03-09 | tgsi: Implement CND, CND0 opcodes. | Michal Krol |
2009-03-09 | tgsi: Remove redundant micro_ge() -- use micro_le(). | Michal Krol |
2009-02-20 | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul |
2009-02-16 | gallium: fix glean's vertProg1 | Alan Hourihane |
2009-02-10 | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol |
2009-01-27 | tgsi: silence some warnings | Keith Whitwell |
2008-12-16 | tgsi: use flr(), not trunc() for ARL | Brian Paul |
2008-12-01 | gallium: minor texture-related clean-ups, comments, etc | Brian |
2008-11-26 | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ARR. | Michal Krol |
2008-11-23 | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian |
2008-11-18 | tgsi: Return 0.0 for negative constant register indices. | Michal Krol |
2008-11-18 | tgsi: Keep address register as a floating point. | Michal Krol |
2008-11-12 | tgsi: More comments on source register indirect and 2D indexing. | Michal Krol |
2008-11-07 | gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4 | Brian Paul |
2008-11-07 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-06 | gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c | Brian |
2008-11-06 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-05 | gallium: check execution mask in indirect register loads | Brian |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-05 | gallium: added some sanity check assertions for constant buffer indexing | Brian Paul |
2008-09-12 | gallium: silence warning | Brian Paul |
2008-09-10 | tgsi: Verify constants are set before attempting to read them. | José Fonseca |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |