Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-10 | tgsi: Fix build -- rename Size to NrTokens. | Michal Krol | |
2009-01-06 | tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization | Brian Paul | |
(cherry picked from commit 434e255eae90b0f3d836d452b7d3b0c5aadf78b8) | |||
2008-12-23 | tgsi: Dump indirect register swizzle. | Michal Krol | |
2008-09-18 | tgsi: Make tgsi dumps look more like mesa shader dumps. | Jakob Bornecrantz | |
2008-09-05 | tgsi: 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-02 | gallium: increase string buffer size to 16000 to avoid truncated output of ↵ | Brian Paul | |
long shaders | |||
2008-08-19 | tgsi: Workaround debug output buffer size limitations. | Michal Krol | |
2008-08-13 | tgsi: Use tgsi_info to dump opcode names. | Michal Krol | |
2008-08-09 | tgsi: Dump shaders to a string too. | José Fonseca | |
Again. | |||
2008-08-04 | tgsi: Put a newline after IMM. | Michal Krol | |
2008-07-30 | tgsi: Insert newlines after the statements, instead of before. | José Fonseca | |
Prevents shader dumps from getting concatenated with the next debug message. | |||
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |