aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Collapse)AuthorAgeFilesLines
* tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
| | | | Same story as in the tgsi_dump.c code (see prev commit).
* 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
| | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
* 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