summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.c
AgeCommit message (Expand)Author
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul
2009-07-06gallium: more fog extraction fixesZack Rusin
2009-07-01gallium: fix the front face semanticsZack Rusin
2009-04-14mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul
2009-03-20gallium: remove use of origin_lower_leftBrian Paul
2009-03-07mesa: gl_register_file enum typedefBrian Paul
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-17mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane
2009-02-10Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin
2009-01-02gallium: assorted state tracker fixes for > 8 texture samplersBrian Paul
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-12st: don't unilaterally ABS the argument to RSQKeith Whitwell
2008-11-24mesa: pass shader centroid/invariant info through to the TGSI shaderBrian Paul
2008-11-07gallium: translate DP2, DP2A, NRM3, NRM4, SSG opcodesBrian Paul
2008-11-06gallium: s/OPCODE_INT/OPCODE_TRUNC/Brian Paul
2008-09-26gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul
2008-09-26gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul
2008-09-19mesa: Fix arb parse constantsBrian Paul
2008-09-17gallium: include prog_print.h to silence warningBrian Paul
2008-09-17tgsi: Add a ugly fix for CONSTANT problemsJakob Bornecrantz
2008-09-17tgsi: More debug printing on sanity check errorJakob Bornecrantz
2008-09-16mesa: State tracker now checks for faulty shaders on debugJakob Bornecrantz
2008-08-19st: Do not translate program constants to immediates whenMichal Krol
2008-08-19st: Translate address register declaration.Michal Krol
2008-08-19st: Fix immediate construction.Michal Krol
2008-08-13mesa: KIL -> KIL, KIL_NV -> KILP.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-23gallium: fix translation of extended swizzles, per-component negationBrian Paul
2008-06-24mesa: Replace abort by asserts.José Fonseca
2008-06-12glsl: implement variable array indexesZack Rusin
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-01mesa: squash harmless warningKeith Whitwell
2008-04-14gallium: fix semantic indexes for outputsBrian
2008-04-04gallium: always pass size=4 to make_immediate()Brian
2008-03-12gallium: use TXP rather than ExtDivide flagBrian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-01-17Revert "temporarily don't emit TGSI immediates, use the constant buffer"José Fonseca
2008-01-17temporarily don't emit TGSI immediates, use the constant bufferBrian
2007-12-20gallium: translate ARB fp/vp immediates consistently to tgsi immediatesKeith Whitwell
2007-12-19Add some prototype code for converting RET to END for main(). Disabled for now.Brian
2007-12-19convert Mesa OPCODE_END to TGSI_OPCODE_END, not TGSI_OPCOD_RETBrian
2007-12-17Emit declarations for constants (references to the const buffer)Brian
2007-12-14emit tgsi declarations for texture samplersBrian