summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_util.h
AgeCommit message (Collapse)Author
2008-03-25gallium: Use debug_get_option for GETENVJosé Fonseca
2008-03-24gallium: fix REALLOC() to copy smaller of old/new sizesBrian
2008-03-24gallium: Protect operator precedence in macro.José Fonseca
2008-03-23gallium: Memory debugging utilities.José Fonseca
There are no known tools for windows kernel memory debugging, so this is a simple set of malloc etc wrappers. Enabled by default on win32 debug builds
2008-03-18gallium: make REALLOC a bit more like reallocKeith Whitwell
2008-03-10gallium: WinCE portability fixes.José Fonseca
2008-02-25Make the pipe headers C++ friendly.José Fonseca
2008-02-23gallium: Move align_pointer() to p_pointer.h.Michal Krol
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.