Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: replace GLstencil with GLubyte | Brian Paul | 2011-11-15 | 1 | -2/+2 |
| | |||||
* | mesa: add packing for int/uint | Dave Airlie | 2011-10-08 | 1 | -0/+5 |
| | | | | | | | This just adds a simple packing for GL_UNSIGNED_INT/GL_INT destination formats. This is enough for at least the gallium drivers to pack both unsigned and signed types for read pixels. Signed-off-by: Dave Airlie <[email protected]> | ||||
* | 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 |