summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer/pb_buffer_malloc.c
AgeCommit message (Expand)Author
2008-02-15gallium: Use align_free() to free aligned memories.Michal Krol
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-29gallium: Use CALLOC for pb_buffer to ensure that all fields of pipe_buffer ar...José Fonseca
2008-01-27Do refcounting trhoughout all buffer objects, since it is now a base requirem...José Fonseca
2008-01-26gallium: Aggregate all buffer allocation info into a single struct. Obey requ...José Fonseca
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on WinXP.Michal Krol
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2007-12-09gallium: Reusable pipe buffer library.José Fonseca