summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/util
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Bring latest fixes.José Fonseca2008-02-071-5/+11
|
* gallium: Add forgotten return type.José Fonseca2008-02-061-1/+1
|
* gallium: Cross-platform debugging helpers.José Fonseca2008-02-061-0/+70
|
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-2/+2
| | | | | - Remove put/get tile, just have users call put_tile_raw, etc directly. - Remove surface_data call, just map it locally.
* Unify copy_rect helpers.Michel Dänzer2008-01-181-0/+73
| | | | Some of the copies were buggy.
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-373/+212
| | | | | | | pipe_get/put_tile_rgba() now use pipe->get/put_tile internally. Also simplify the <format>_get/put_tile_rgba() helper functions and clean up some inconsitencies in them.
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-51/+77
| | | | It's now the responsibility of surface users to keep track of their mappings.
* Re-usable tile get/put functionsBrian2007-12-152-0/+915