summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/pipebuffer
AgeCommit message (Collapse)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
Provide an actual definition of the pipe_buffer struct, containing the parameters used to create the buffer, and its refcount. Shift refcounting buffers out of the winsys interface, similar to surfaces & textures. Rework pipebuffer/ to reflect the fact these changes, and also Michel's reworking of the buffer interface.
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
The properties of a buffer represented by struct pipe_buffer_handle are now basically constant over its lifetime. The state tracker gets to deal with any more complex buffer semantics it may need to provide.
2008-01-17gallium: Fix cut-n-paste error.José Fonseca
2008-01-17gallium: Alternative mm_bufmgr_create_from_buffer constructor for mm pool ↵José Fonseca
managers.
2008-01-17gallium: Detect if a null buffer is passed.José Fonseca
2007-12-09gallium: Remove buffer_unfence and buffer_finish.José Fonseca
These interfaces have been deemed useless by Keith.
2007-12-09gallium: Reusable pipe buffer library.José Fonseca
This is an optional library that winsys drivers can use to simplify memory management, and help meet the winsys interface requirements.