Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: convert _mesa_unpack_color_span_chan() to ubyte | Brian Paul | 2011-09-20 | 1 | -2/+2 |
| | |||||
* | mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo | Marek Olšák | 2011-07-11 | 1 | -2/+2 |
| | | | | Tested with the new piglit fbo-depthstencil test. | ||||
* | mesa: replace more MAX_WIDTH stack allocations with heap allocations | Brian Paul | 2010-12-02 | 1 | -7/+7 |
| | |||||
* | mesa: code to unpack RGBA as uints | Brian Paul | 2010-11-03 | 1 | -0/+7 |
| | |||||
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -0/+140 |
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions |