summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi_insn.c
AgeCommit message (Expand)Author
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca
2011-02-18svga: Preserve src swizzles in submit_op2/3/4.José Fonseca
2011-02-17svga: Don't use more than one constant per IFC instruction.José Fonseca
2011-01-31svga: Fix translation of TGSI SSG opcode.Michel Dänzer
2010-09-20svga: Integer constant register file has a separate namespace.Michal Krol
2010-09-20svga: Fix relative addressing translation for pixel shaders.Michal Krol
2010-08-30svga: Fix CMP translation for vertex shader targets.Michal Krol
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-04-27svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-02-22svga: Emit a scalar rcp in shadow maps.José Fonseca
2010-02-22svga: Don't emit zero writemasks.José Fonseca
2010-02-17svga: Silence uninitialized variable warnings.Vinson Lee
2010-02-14svga: Silence uninitialized variable warning.Vinson Lee
2010-02-03svga: fix TXD and TXL opcode translationKeith Whitwell
2010-02-03svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell
2010-02-03svga: texture from lod zero inside dynamic branchingKeith Whitwell
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz