summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_region.c
AgeCommit message (Expand)Author
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-20In region_unmap(), check if region is mapped before decrementing refcount.Brian
2007-10-18fix bug in copy_rect(), use temp vars in sp_region_copy() to aid debuggingBrian
2007-10-1416-bit RGBA surface format for accum buffersBrian
2007-09-26s/_mesa_copy_rect/copy_rect/Brian
2007-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-08-17assertionsBrian
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-11fix invalid usage of buffer_unreference()Brian
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10alignment/pitch/width clean-upsBrian
2007-08-10pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian
2007-08-07remove dst!=src assertionBrian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-05Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell
2007-08-01implement masking in sp_region_fill()Brian
2007-08-01More work on glClear.Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian