summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_surface.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-131-2/+4
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-24/+0
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-1/+1
* Unify copy_rect helpers.Michel Dänzer2008-01-181-46/+11
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-171-0/+1
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-2/+0
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-8/+9
* rename some 'mesa' functionsBrian2007-12-151-19/+15
* Use tile functions in new p_tile.[ch]Brian2007-12-151-87/+5
* Remove get/put_tile_rgba() functions.Brian2007-12-121-102/+1
* Move float/rgba tile get/put functions into new file.Brian2007-12-121-0/+7
* remove old assertionBrian2007-12-121-1/+0
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-1/+2
* implement i915_put_tile_rgba() - temporary code thoughBrian2007-12-101-2/+32
* 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