Age | Commit message (Expand) | Author |
2009-01-10 | gallium: use tgsi_dump_instruction() instead of ppc_comment() | Brian Paul |
2009-01-10 | gallium: remove unused struct type | Brian Paul |
2009-01-10 | gallium: fix register clobber bug in TGSI->PPC codegen | Brian Paul |
2009-01-10 | gallium: emit comments in TGSI->PPC codegen | Brian Paul |
2009-01-08 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca |
2009-01-06 | gallium: added centroid/invarient fields to declarations | Brian Paul |
2009-01-06 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul |
2008-12-30 | gallium: Remove unused variables. | José Fonseca |
2008-12-24 | gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4 | Brian Paul |
2008-12-23 | tgsi: fix incomplete rename of loop counter variable | Keith Whitwell |
2008-12-23 | tgsi: Dump indirect register swizzle. | Michal Krol |
2008-12-22 | tgsi: Return 0.0 for negative constant register indices. | Michal Krol |
2008-12-22 | tgsi: Keep address register as a floating point. | Michal Krol |
2008-12-18 | tgsi: scan for additional info: uses_fogcoord, uses_frontfacing | Brian Paul |
2008-12-18 | tgsi: scan for additional info: uses_fogcoord, uses_frontfacing | Brian Paul |
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: Reenable OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Fix build. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol |
2008-11-26 | gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone. | Brian Paul |
2008-11-26 | Revert "tgsi: Implement OPCODE_ROUND for SSE2 backend." | Brian Paul |
2008-11-26 | tgsi: Implement OPCODE_SSG/SGN. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ARR. | Michal Krol |
2008-11-26 | tgsi: Implement OPCODE_ROUND for SSE2 backend. | Michal Krol |
2008-11-25 | gallium: added centroid/invarient fields to declarations | Brian Paul |
2008-11-24 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul |
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-12 | tgsi: Fix a bug with saving/restoring xmm registers upon func call. | Michal Krol |
2008-11-09 | gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics only | Brian |
2008-11-08 | gallium: implement SSE codegen for TGSI_OPCODE_NRM/NRM4 | Brian |
2008-11-07 | gallium: added SSE for DP2, DP2A | Brian Paul |
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 | gallium: don't range check tgsi register index for indirect accesses | Brian |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-05 | gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code | Brian Paul |
2008-11-05 | gallium: added tgsi_set_exec_mask() | Brian Paul |
2008-11-05 | gallium: added some sanity check assertions for constant buffer indexing | Brian Paul |
2008-11-05 | tgsi: Implement OPCODE_TRUNC. | michal |
2008-11-05 | tgsi: Implement OPCODE_TRUNC. | michal |