aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_text.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-10/+6
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-16/+16
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-3/+3
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-2/+2
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-147/+8
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-23/+5
* 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