Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: Bring latest fixes. | José Fonseca | 2008-02-07 | 1 | -5/+11 |
| | |||||
* | gallium: Add forgotten return type. | José Fonseca | 2008-02-06 | 1 | -1/+1 |
| | |||||
* | gallium: Cross-platform debugging helpers. | José Fonseca | 2008-02-06 | 1 | -0/+70 |
| | |||||
* | gallium: minor cleanups to pipe interface | Keith Whitwell | 2008-01-26 | 1 | -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änzer | 2008-01-18 | 1 | -0/+73 |
| | | | | Some of the copies were buggy. | ||||
* | Remove pipe->get/put_tile_rgba. | Michel Dänzer | 2008-01-14 | 1 | -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änzer | 2008-01-14 | 1 | -51/+77 |
| | | | | It's now the responsibility of surface users to keep track of their mappings. | ||||
* | Re-usable tile get/put functions | Brian | 2007-12-15 | 2 | -0/+915 |