summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_regions.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-09-17Remove non-meaningful region_idle() interfaceKeith Whitwell
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.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-08Hook up i915simple. Doesn't compile.Keith Whitwell
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell