summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/pipebuffer
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: Fix reversed assertion.Michel Dänzer2008-02-071-1/+1
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-067-29/+18
* gallium: Portability fixes.José Fonseca2008-01-311-2/+2
* gallium: Fix build on WinXP.Michal Krol2008-01-301-2/+2
* gallium: Use CALLOC for pb_buffer to ensure that all fields of pipe_buffer ar...José Fonseca2008-01-293-3/+4
* Do refcounting trhoughout all buffer objects, since it is now a base requirem...José Fonseca2008-01-275-9/+31
* Fullfill pipe_winsys->user_buffer_create. Aggregate winsys functions.José Fonseca2008-01-274-114/+99
* gallium: Aggregate all buffer allocation info into a single struct. Obey requ...José Fonseca2008-01-266-21/+52
* gallium: Make mm buffer manager more portable.José Fonseca2008-01-261-11/+309
* gallium: Remove unneeded headers.José Fonseca2008-01-261-4/+0
* gallium: fix linux buildKeith Whitwell2008-01-262-2/+0
* gallium: Fix build on Windows.Michal Krol2008-01-262-3/+3
* d3d: Fix build on Windows.Michal Krol2008-01-263-11/+15
* gallium: Fix build on WinXP.Michal Krol2008-01-262-4/+5
* gallium: Use directory name in include.José Fonseca2008-01-261-1/+2
* gallium: Fix build for WinXP.Michal Krol2008-01-264-18/+28
* gallium: remove makefile whitespaceKeith Whitwell2008-01-261-1/+0
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-2514-667/+289
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-254-52/+11
* gallium: Fix cut-n-paste error.José Fonseca2008-01-171-2/+2
* gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool man...José Fonseca2008-01-172-8/+37
* gallium: Detect if a null buffer is passed.José Fonseca2008-01-171-0/+3
* gallium: Remove buffer_unfence and buffer_finish.José Fonseca2007-12-092-45/+0
* gallium: Reusable pipe buffer library.José Fonseca2007-12-0915-0/+2264