Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage. | Paul Berry | 2013-01-02 | 1 | -5/+10 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+1 |
* | mesa: whitespace fixes in pbo.c | Brian Paul | 2012-07-20 | 1 | -14/+14 |
* | mesa,intel: use _mesa_image_offset() for PBOs | nobled | 2011-12-08 | 1 | -13/+16 |
* | mesa: generate error if pbo offset is not aligned with the size of specified ... | Yuanhan Liu | 2011-10-19 | 1 | -0/+13 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -9/+15 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -6/+5 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 1 | -5/+3 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -44/+64 |
* | mesa: minor whitespace fixes | Brian Paul | 2011-03-24 | 1 | -2/+2 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -0/+372 |