aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_dump_c.c
Commit message (Collapse)AuthorAgeFilesLines
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
| | | | | The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible.
* 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
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* 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