aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_region.c
Commit message (Expand)AuthorAgeFilesLines
* Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-7/+0
* merge buffer_unreference(), buffer_reference()Brian2007-09-101-2/+2
* assertionsBrian2007-08-171-1/+7
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-32/+32
* fix invalid usage of buffer_unreference()Brian2007-08-111-1/+1
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-10/+13
* alignment/pitch/width clean-upsBrian2007-08-101-6/+17
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-1/+1
* remove dst!=src assertionBrian2007-08-071-1/+0
* Add pipe buffer managment functions.Keith Whitwell2007-08-061-9/+1
* Add a new interface between softpipe and the window system / buffer manager.Keith Whitwell2007-08-051-100/+187
* implement masking in sp_region_fill()Brian2007-08-011-11/+48
* More work on glClear.Brian2007-08-011-1/+1
* Checkpoint: glClear changes - working, bug very rough.Brian2007-08-011-0/+55
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-311-0/+105