Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | gallium: 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-25 | 965: add asserts to catch batch overrun | Keith Whitwell | |
2008-01-04 | 965: fix various refcount issues | Keith Whitwell | |
2007-12-20 | 965: fix the constant buffers | Zack Rusin | |
2007-12-19 | 965: handle BRW_CONSTANT_BUFFER data type | Keith Whitwell | |
2007-12-19 | consts | Zack Rusin | |
2007-12-19 | 965: align buffer allocations to 4k | Keith Whitwell | |
2007-12-19 | 965: allocate buffer space to hold batch commands | Keith Whitwell | |
2007-12-18 | gallium: give userbuffers some storage in the aub buffer pool | Keith Whitwell | |
2007-12-13 | 965: implement magic buffer offset callback | Keith Whitwell | |
2007-12-11 | Hmm, missed these two files. Sorry. | Zack Rusin | |