Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-30 | gallium: Fix build on WinXP. | Michal Krol | |
2008-01-27 | Do refcounting trhoughout all buffer objects, since it is now a base ↵ | José Fonseca | |
requirement. | |||
2008-01-26 | gallium: fix linux build | Keith Whitwell | |
2008-01-26 | d3d: Fix build on Windows. | Michal Krol | |
2008-01-26 | gallium: Fix build for WinXP. | Michal Krol | |
2008-01-25 | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith 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-17 | gallium: Detect if a null buffer is passed. | José Fonseca | |
2007-12-09 | gallium: Remove buffer_unfence and buffer_finish. | José Fonseca | |
These interfaces have been deemed useless by Keith. | |||
2007-12-09 | gallium: 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. |