aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump_c.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
* tgsi: Update raw token dumper after token definition changes.Michal Krol2009-11-251-116/+32
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-34/+34
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-19/+19
* 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-8/+8
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-116/+4
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-31/+1
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-26/+0
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-2/+3
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+2
* 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-2/+2
* gallium: Remove unused variables.José Fonseca2008-12-301-1/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* tgsi: Use tgsi_info to dump opcode names.Michal Krol2008-08-131-129/+4
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+845