summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_dump.c
AgeCommit message (Collapse)Author
2008-09-18tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz
2008-09-05tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.José Fonseca
This fixes a stack overflow when dumping shaders. It ended up being pretty much as the original code Michal had before, before I went on a cleanup rampage on it and took things that ended up needing...
2008-09-02gallium: increase string buffer size to 16000 to avoid truncated output of ↵Brian Paul
long shaders
2008-08-19tgsi: Workaround debug output buffer size limitations.Michal Krol
2008-08-13tgsi: Use tgsi_info to dump opcode names.Michal Krol
2008-08-09tgsi: Dump shaders to a string too.José Fonseca
Again.
2008-08-04tgsi: Put a newline after IMM.Michal Krol
2008-07-30tgsi: Insert newlines after the statements, instead of before.José Fonseca
Prevents shader dumps from getting concatenated with the next debug message.
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca