summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer
AgeCommit message (Expand)Author
2008-02-07pipebuffer: Fix reversed assertion.Michel Dänzer
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-31gallium: Portability fixes.José Fonseca
2008-01-30gallium: Fix build on WinXP.Michal Krol
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-27Fullfill pipe_winsys->user_buffer_create. Aggregate winsys functions.José Fonseca
2008-01-26gallium: Aggregate all buffer allocation info into a single struct. Obey requ...José Fonseca
2008-01-26gallium: Make mm buffer manager more portable.José Fonseca
2008-01-26gallium: Remove unneeded headers.José Fonseca
2008-01-26gallium: fix linux buildKeith Whitwell
2008-01-26gallium: Fix build on Windows.Michal Krol
2008-01-26d3d: Fix build on Windows.Michal Krol
2008-01-26gallium: Fix build on WinXP.Michal Krol
2008-01-26gallium: Use directory name in include.José Fonseca
2008-01-26gallium: Fix build for WinXP.Michal Krol
2008-01-26gallium: remove makefile whitespaceKeith Whitwell
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-17gallium: Fix cut-n-paste error.José Fonseca
2008-01-17gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool man...José Fonseca
2008-01-17gallium: Detect if a null buffer is passed.José Fonseca
2007-12-09gallium: Remove buffer_unfence and buffer_finish.José Fonseca
2007-12-09gallium: Reusable pipe buffer library.José Fonseca