summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_winsys.h
AgeCommit message (Collapse)Author
2007-10-10Added user_buffer_create() methodBrian
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-10update comments (s/softpipe/gallium/ etc)Brian
2007-09-17s/bugmgr/bufgr/Brian
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-08-11remove #include mtypes.hBrian
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell