Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-26 | surface_alloc() is now a winsys function. | Brian | |
This allows surfaces to be allocated without a rendering context. A few loose ends to resolve, but in working condition. | |||
2007-10-25 | Move region_alloc() and region_release() to pipe_winsys. | Brian | |
This allows regions to be allocated w/out a rendering context. | |||
2007-10-25 | Briefly describe the buffer management interface. | José Fonseca | |
2007-10-10 | Added user_buffer_create() method | Brian | |
This is used to wrap user-space data in a pipe buffer object to allow more uniform treatment of various things. For example, wrapping client-side vertex arrays so they look like VBOs. | |||
2007-10-10 | update comments (s/softpipe/gallium/ etc) | Brian | |
2007-09-17 | s/bugmgr/bufgr/ | Brian | |
2007-09-10 | merge buffer_unreference(), buffer_reference() | Brian | |
2007-08-11 | remove #include mtypes.h | Brian | |
2007-08-10 | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell | |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | |