| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_float | Iago Toral Quiroga | 2015-01-12 | 1 | -7/+0 |
* | mesa: Remove _mesa_(un)pack_index_span | Iago Toral Quiroga | 2015-01-12 | 1 | -15/+0 |
* | mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.h | Iago Toral Quiroga | 2015-01-12 | 1 | -8/+0 |
* | mesa: Remove _mesa_unpack_color_span_float | Iago Toral Quiroga | 2015-01-12 | 1 | -9/+0 |
* | mesa: Remove (signed) integer pack and span functions. | Iago Toral Quiroga | 2015-01-12 | 1 | -12/+0 |
* | mesa: Remove _mesa_unpack_color_span_ubyte | Iago Toral Quiroga | 2015-01-12 | 1 | -9/+0 |
* | mesa: Remove _mesa_unpack_color_span_uint | Iago Toral Quiroga | 2015-01-12 | 1 | -6/+0 |
* | mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image() | Eduardo Lima Mitev | 2015-01-12 | 1 | -4/+0 |
* | mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyte | Iago Toral Quiroga | 2015-01-12 | 1 | -0/+14 |
* | mesa: Add RGBA to Luminance conversion helpers | Iago Toral Quiroga | 2015-01-12 | 1 | -0/+10 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 1 | -8/+0 |
* | 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 pack: handle uint and int clamping properly | Jordan Justen | 2012-08-14 | 1 | -3/+9 |
* | mesa: add _mesa_rebase_rgba_float/uint() functions | Brian Paul | 2012-03-08 | 1 | -0/+7 |
* | 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 |
* | 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 |
* | 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 |