summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_debug_memory.c
AgeCommit message (Collapse)Author
2010-02-03util: Reimplement all utility functions in terms of the new OS abstraction.José Fonseca
2010-01-01gallium/util: Silence format warnings.Vinson Lee
2009-02-24util: Don't use 0-sized arrays.José Fonseca
Not supported by MSVC.
2009-02-20util: Stack backtracing facilities.José Fonseca
Not much useful until we have symbol lookup.
2009-02-18util: 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.