Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Fix _mesa_unpack_dudv_span_byte assertion. | Eric Anholt | 2011-04-17 | 1 | -1/+2 |
* | mesa: implement clamping controls (ARB_color_buffer_float) | Marek Olšák | 2011-03-29 | 1 | -11/+0 |
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
* | mesa: replace more MAX_WIDTH stack allocations with heap allocations | Brian Paul | 2010-12-02 | 1 | -31/+104 |
* | mesa: replace large/MAX_WIDTH stack allocations with heap allocations | Brian Paul | 2010-12-02 | 1 | -4/+34 |
* | mesa: rename vars in pixel pack/unpack code | Brian Paul | 2010-11-07 | 1 | -403/+397 |
* | mesa: consolidate pixel packing/unpacking code | Brian Paul | 2010-11-07 | 1 | -397/+244 |
* | mesa: code to unpack RGBA as uints | Brian Paul | 2010-11-03 | 1 | -0/+780 |
* | mesa: add pixel packing for unscaled integer types | Brian Paul | 2010-10-23 | 1 | -5/+496 |
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -0/+3848 |