aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_region.h
Commit message (Collapse)AuthorAgeFilesLines
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-311-0/+40
struct pipe_buffer goes away. Added basic region functions to softpipe to allocate/release malloc'd regions. Surface-related code is fairly coherent now.