aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_insn.c
Commit message (Expand)AuthorAgeFilesLines
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39
* svga: Integer constant register file has a separate namespace.Michal Krol2010-09-201-6/+6
* svga: Fix relative addressing translation for pixel shaders.Michal Krol2010-09-201-14/+37
* svga: Fix CMP translation for vertex shader targets.Michal Krol2010-08-301-0/+19
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-7/+7
* svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-3/+0
* svga: Emit a scalar rcp in shadow maps.José Fonseca2010-02-221-4/+4
* svga: Don't emit zero writemasks.José Fonseca2010-02-221-28/+37
* svga: Silence uninitialized variable warnings.Vinson Lee2010-02-171-0/+6
* svga: Silence uninitialized variable warning.Vinson Lee2010-02-141-0/+1
* svga: fix TXD and TXL opcode translationKeith Whitwell2010-02-031-15/+105
* svga: deriv insns not valid in dynamic flow control eitherKeith Whitwell2010-02-031-3/+48
* svga: texture from lod zero inside dynamic branchingKeith Whitwell2010-02-031-13/+57
* svga: better method for generating white fs color outputsKeith Whitwell2010-02-031-7/+27
* Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-34/+34
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-6/+6
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-55/+55
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-6/+6
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+2716