summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_surface.c
Commit message (Expand)AuthorAgeFilesLines
* Make it compile under linux.Michal Krol2007-10-291-0/+1
* surface_alloc() is now a winsys function.Brian2007-10-261-40/+149
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-7/+10
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-11/+11
* fill in the get_tile() function so ReadPixels can workBrian2007-08-131-3/+36
* notes/asserts for get/put_tile()Brian2007-08-111-0/+3
* define i915_surface structBrian2007-08-081-1/+29
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+52