summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_winsys.h
AgeCommit message (Expand)Author
2007-11-01Start re-working SwapBuffers.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Briefly describe the buffer management interface.José Fonseca
2007-10-10Added user_buffer_create() methodBrian
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