aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_surface.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of "duplicate" formats.Brian2007-12-071-2/+2
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-17/+18
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-12/+13
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-9/+176
* Make it compile under Win32.Michal2007-11-221-1/+1
* 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