redo indirection
[mesa.git] / src / mesa / pipe / p_winsys.h
2008-02-11 Briangallium: update comment about buffer map flags
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-10 Michel DänzerRemove stray references to struct pipe_region.
2007-12-09 José Fonsecagallium: Comment on winsys's fence functions. Fix comme...
2007-12-09 José FonsecaDocument return types.
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-07 Brianjust reorder a few members of pipe_winsys, update comments
2007-11-07 BrianAdd winsys->surface_release() to complement winsys...
2007-11-06 Briandocument flags param to region_alloc()
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-02 BrianStart re-working SwapBuffers.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-25 José FonsecaBriefly describe the buffer management interface.
2007-10-10 BrianAdded user_buffer_create() method
2007-10-10 Brianupdate comments (s/softpipe/gallium/ etc)
2007-09-17 Brians/bugmgr/bufgr/
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-08-11 Brianremove #include mtypes.h
2007-08-10 Keith WhitwellMove string functions to state_tracker, add queries...
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.