Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Make nonlinear_to_linear() function available outside file | Anuj Phogat | 2012-12-07 | 1 | -0/+3 |
* | mesa: add _mesa_unpack_ubyte_rgba_row() function | Brian Paul | 2012-01-09 | 1 | -0/+3 |
* | mesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpack_uint_rgba_row() | Brian Paul | 2012-01-09 | 1 | -2/+2 |
* | mesa: remove unused _mesa_unpack_uint_rgba_row() prototype | Brian Paul | 2012-01-07 | 1 | -5/+0 |
* | mesa: Add support for unpacking 32-bit integer formats to int spans. | Eric Anholt | 2011-11-09 | 1 | -0/+8 |
* | swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer. | Eric Anholt | 2011-11-03 | 1 | -0/+4 |
* | swrast: Directly map the stencil buffer in read_stencil_pixels. | Eric Anholt | 2011-11-03 | 1 | -0/+4 |
* | mesa: add new pixel format unpacking code | Brian Paul | 2011-09-08 | 1 | -0/+49 |