summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-1/+2
* gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-10/+0
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+4
* tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgsi/text: Allow optional component selection for indirect registers.Michal Krol2009-04-031-5/+38
* tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol2009-04-031-3/+11
* tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.Michal Krol2009-04-011-1/+21
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* tgsi: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* tgsi: Use a homebrew version of toupper().Michal Krol2008-08-131-10/+17
* tgsi: Use tgsi_opcode_info.Michal Krol2008-08-131-134/+3
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+1221