summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_regions.c
Commit message (Expand)AuthorAgeFilesLines
* Remove non-meaningful region_idle() interfaceKeith Whitwell2007-09-171-6/+0
* merge buffer_unreference(), buffer_reference()Brian2007-09-101-2/+2
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-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-12/+14
* alignment/pitch/width clean-upsBrian2007-08-101-1/+2
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-2/+9
* Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-081-1/+1
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+304