summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI_OPCODE_CALLNZMarek Olšák2017-08-221-1/+0
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-3/+0
* gallium/ureg: add TEX/TXF_LZ opcodes to uregMarek Olšák2017-06-071-0/+2
* tgsi: remove some unused OPCODE macrosSamuel Pitoiset2017-05-181-42/+0
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-1/+0
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-1/+0
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-1/+0
* tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt2015-02-061-0/+4
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-1/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-2/+0
* tgsi/ureg: add ureg_UARL shortcut (v2)Christoph Bumiller2014-11-181-0/+1
* util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca2014-07-151-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-091-0/+3
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-0/+4
* tgsi: add ucmp to the list of opcodesZack Rusin2013-08-021-0/+1
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-2/+2
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-0/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+0
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-161-9/+29
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-1/+1
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-041-0/+1
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-3/+3
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+17
* tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri2010-09-201-0/+4
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-4/+0
* gallium: Add UMOD TGSI opcode.Michal Krol2010-01-051-0/+1
* tgsi: Implement new integer opcodes.Michal Krol2010-01-051-1/+21
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-1/+0
* gallium: remove noise opcodesKeith Whitwell2009-10-231-4/+0
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-1/+0
* tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell2009-08-131-0/+173