Age | Commit message (Expand) | Author |
2009-12-07 | st/mesa: remove debug code | Brian Paul |
2009-12-07 | st/mesa: negate DDY to match GL semantics | Brian Paul |
2009-12-02 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2009-12-01 | st/mesa: updated emit_swz() comment | Brian Paul |
2009-11-30 | st/mesa: handle front/back-face +1/-1 vs. 1/0 conversion | Brian Paul |
2009-11-15 | mesa/st: don't calculate unused output_flags data either | Keith Whitwell |
2009-11-15 | mesa/st: don't calculate unused input_flags data | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-10-07 | mesa/st: add missing mesa constant file name | Keith Whitwell |
2009-09-21 | mesa: Ensure TGSI tokens are freed with gallium's free. | José Fonseca |
2009-09-15 | st/mesa: disable accidentally committed _mesa_print_program() call | Brian Paul |
2009-09-14 | st/mesa: minor whitespace, comment clean-ups | Brian Paul |
2009-09-14 | mesa/st: remove dead comment | Keith Whitwell |
2009-09-14 | st/mesa: convert to new tgsi_ureg mechanism for shader emit | Keith Whitwell |
2009-09-12 | mesa: remove unused SATURATE_PLUS_MINUS_ONE flag | Keith Whitwell |
2009-08-12 | Merge branch 'new-frag-attribs' | Brian Paul |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-29 | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul |
2009-07-29 | gallium: fix SSE shadow texture instructions | Brian Paul |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-10 | st/mesa: implement indirect addressing for destination registers | Brian Paul |
2009-07-06 | gallium: more fog extraction fixes | Zack Rusin |
2009-07-01 | gallium: fix the front face semantics | Zack Rusin |
2009-04-14 | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul |
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul |
2009-03-07 | mesa: gl_register_file enum typedef | Brian Paul |
2009-02-20 | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul |
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca |
2009-02-17 | mesa: remove old comment as it's fixed elsewhere now. | Alan Hourihane |
2009-02-10 | Missing: tgsi: Fix build -- rename Size to NrTokens. | Patrice Mandin |
2009-01-02 | gallium: assorted state tracker fixes for > 8 texture samplers | Brian Paul |
2008-12-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane |
2008-12-12 | st: don't unilaterally ABS the argument to RSQ | Keith Whitwell |
2008-11-24 | mesa: pass shader centroid/invariant info through to the TGSI shader | Brian Paul |
2008-11-07 | gallium: translate DP2, DP2A, NRM3, NRM4, SSG opcodes | Brian Paul |
2008-11-06 | gallium: s/OPCODE_INT/OPCODE_TRUNC/ | Brian Paul |
2008-09-26 | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul |
2008-09-26 | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul |
2008-09-19 | mesa: Fix arb parse constants | Brian Paul |
2008-09-17 | gallium: include prog_print.h to silence warning | Brian Paul |
2008-09-17 | tgsi: Add a ugly fix for CONSTANT problems | Jakob Bornecrantz |
2008-09-17 | tgsi: More debug printing on sanity check error | Jakob Bornecrantz |
2008-09-16 | mesa: State tracker now checks for faulty shaders on debug | Jakob Bornecrantz |
2008-08-19 | st: Do not translate program constants to immediates when | Michal Krol |
2008-08-19 | st: Translate address register declaration. | Michal Krol |
2008-08-19 | st: Fix immediate construction. | Michal Krol |
2008-08-13 | mesa: KIL -> KIL, KIL_NV -> KILP. | Michal Krol |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca |
2008-07-23 | gallium: fix translation of extended swizzles, per-component negation | Brian Paul |