summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_winsys.h
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10Remove stray references to struct pipe_region.Michel Dänzer
2007-12-09gallium: Comment on winsys's fence functions. Fix comment layout for doxygen.José Fonseca
2007-12-09Document return types.José Fonseca
2007-12-09add fence interfaces and buffer create flags to pipe_winsyskeithw
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-07Remove winsys->wait_idle(), subsumed by pipe->flush().Brian
2007-11-07Remove context dependencies in winsys layer.Brian
2007-11-07just reorder a few members of pipe_winsys, update commentsBrian
2007-11-07Add winsys->surface_release() to complement winsys->surface_alloc().Brian
2007-11-06document flags param to region_alloc()Brian
2007-11-06Supply buffer usage hints to winsys.José Fonseca
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