summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/p_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-9/+9
* Remove stray references to struct pipe_region.Michel Dänzer2007-12-101-7/+0
* gallium: Comment on winsys's fence functions. Fix comment layout for doxygen.José Fonseca2007-12-091-11/+23
* Document return types.José Fonseca2007-12-091-2/+12
* add fence interfaces and buffer create flags to pipe_winsyskeithw2007-12-091-13/+31
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-1/+3
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-2/+4
* Remove winsys->wait_idle(), subsumed by pipe->flush().Brian2007-11-071-3/+0
* Remove context dependencies in winsys layer.Brian2007-11-071-2/+3
* just reorder a few members of pipe_winsys, update commentsBrian2007-11-071-7/+6
* Add winsys->surface_release() to complement winsys->surface_alloc().Brian2007-11-071-0/+2
* document flags param to region_alloc()Brian2007-11-061-0/+3
* Supply buffer usage hints to winsys.José Fonseca2007-11-061-2/+9
* Start re-working SwapBuffers.Brian2007-11-011-1/+3
* surface_alloc() is now a winsys function.Brian2007-10-261-0/+4
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-0/+14
* Briefly describe the buffer management interface.José Fonseca2007-10-251-11/+20
* Added user_buffer_create() methodBrian2007-10-101-0/+6
* update comments (s/softpipe/gallium/ etc)Brian2007-10-101-20/+18
* s/bugmgr/bufgr/Brian2007-09-171-1/+1
* merge buffer_unreference(), buffer_reference()Brian2007-09-101-5/+4
* remove #include mtypes.hBrian2007-08-111-1/+0
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+4
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-0/+114