summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Remove tgsi_version token.Michal Krol2009-11-271-3/+0
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-21/+21
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-10/+10
* 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-6/+6
* gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-33/+7
* tgsi: Update for gallium interface changes.Michal Krol2009-11-021-1/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-27/+0
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-19/+12
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-2/+2
* tgsi: Declare a LOOP register.Michal Krol2009-07-301-2/+3
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+3
* tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-101-5/+16
* tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell2009-02-271-2/+6
* 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
* tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul2009-01-061-0/+8
* tgsi: Dump indirect register swizzle.Michal Krol2008-12-231-3/+6
* tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz2008-09-181-2/+3
* tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.José Fonseca2008-09-051-77/+83
* gallium: increase string buffer size to 16000 to avoid truncated output of lo...Brian Paul2008-09-021-1/+1
* tgsi: Workaround debug output buffer size limitations.Michal Krol2008-08-191-3/+18
* tgsi: Use tgsi_info to dump opcode names.Michal Krol2008-08-131-128/+2
* tgsi: Dump shaders to a string too.José Fonseca2008-08-091-46/+120
* tgsi: Put a newline after IMM.Michal Krol2008-08-041-13/+5
* tgsi: Insert newlines after the statements, instead of before.José Fonseca2008-07-301-3/+6
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-0/+582