summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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