Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca | |
Saves code, and will simplify future interface changes. | |||
2009-01-27 | gallium: remove redundant size from the constant buffer | Zack Rusin | |
reuse the size of the actual buffer | |||
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | |
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed. | |||
2008-08-14 | mesa: Don't use alignments < 4. | José Fonseca | |
2008-05-02 | revert mode change back to 644 | Alan Hourihane | |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane | |
2008-04-30 | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul | |
This allows us to remove most of the direct references to winsys in the state tracker. | |||
2008-04-04 | gallium: Always allocate new const buffers instead of modifying existing ones. | Michel Dänzer | |
2008-03-21 | gallium: fix const buffer update bug | Brian | |
If only glUniform is called between two renderings, the const buffers weren't getting updated. Need to set the _NEW_PROGRAM flag in st_upload_constants() as that's the dirty flag set by glUniform. Fixes glean tapi2 test. | |||
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. | |||
2007-12-09 | add fence interfaces and buffer create flags to pipe_winsys | keithw | |
2007-11-06 | Supply buffer usage hints to winsys. | José Fonseca | |
Winsys driver needs some hints in order to allocate the appropriate kind of memory for the buffer. | |||
2007-10-30 | make st_upload_constants() public | Brian | |
2007-09-28 | remove old debug code, fix warning | Brian | |
2007-09-26 | better debugging | Brian | |
2007-09-25 | better debug output | Brian | |
2007-09-17 | silence warning | Brian | |
2007-08-25 | add missing files | keithw | |