aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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