Age | Commit message (Expand) | Author |
---|---|---|
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-04-30 | gallium: use new buffer wrapper functions in p_inlines.h | Brian Paul |
2008-01-25 | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith Whitwell |
2008-01-25 | gallium: Simplify winsys buffer interface. | Michel Dänzer |
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 |
2007-09-10 | merge buffer_unreference(), buffer_reference() | Brian |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | minor clean-ups | Brian |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian |
2007-08-06 | New st_init_*_functions() to initialize the driver functions table. | Brian |
2007-08-06 | Add pipe buffer managment functions. | Keith Whitwell |