summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-1/+1
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-081-0/+4
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-041-1/+1
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-0/+1
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-091-1/+4
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-1/+2
* gallium/tgsi: Add support for atomic opcodes.Francisco Jerez2012-05-111-1/+12
* gallium/tgsi: Add support for barriers.Francisco Jerez2012-05-111-0/+4
* gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+1
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-3/+4
* gallivm: Fix TGSI_OPCODE_ARR's translation.José Fonseca2012-02-211-0/+1
* tgsi: add source/destination type from opcodes. (v2)Dave Airlie2012-02-171-0/+97
* tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2012-01-301-162/+167
* tgsi: add ISSG supportDave Airlie2012-01-111-0/+1
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-071-0/+1
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-101-0/+3
* gallium: implement modern sampling schemeZack Rusin2011-01-241-1/+14
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-061-0/+15
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-4/+4
* gallium: Add UMOD TGSI opcode.Michal Krol2010-01-051-0/+1
* gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-051-1/+5
* tgsi: Implement new integer opcodes.Michal Krol2010-01-051-2/+23
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-1/+1
* gallium: remove noise opcodesKeith Whitwell2009-10-231-4/+4
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-119/+119
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-1/+1
* tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-031-0/+9
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-4/+4
* tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol2009-07-301-2/+2
* gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-231-7/+7
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-119/+130
* tgsi: Fix structure members initialisation.Michal Krol2009-04-011-116/+116
* tgsi: Provide alternate instruction mnemonics in tgsi info.Michal Krol2009-04-011-29/+29
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* gallium: fix info entries for KIL, KILPBrian Paul2008-09-161-2/+2
* tgsi: Opcode information.Michal Krol2008-08-131-0/+161