| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove redundant byte swap check | Brian Paul | 2012-01-27 | 1 | -6/+2 |
* | mesa: When unpacking signed integer pixel data, don't clamp to 0. | Eric Anholt | 2012-01-27 | 1 | -33/+12 |
* | mesa: Add clamping for packing of integer data. | Eric Anholt | 2012-01-27 | 1 | -4/+4 |
* | mesa: Add the remaining from/to types for GL_EXT_texture_integer (and R/RG). | Eric Anholt | 2012-01-24 | 1 | -51/+61 |
* | mesa: Add missing GL_RG_INTEGER cases | Ian Romanick | 2012-01-04 | 1 | -0/+39 |
* | mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks. | Dave Airlie | 2011-12-10 | 1 | -0/+4 |
* | mesa: remove unreachable code in _mesa_unpack_color_span_ubyte() | Brian Paul | 2011-12-02 | 1 | -64/+0 |
* | image/pack: fix missing GL_BGR(A)_INTEGER support. | Dave Airlie | 2011-11-28 | 1 | -0/+2 |
* | pack: fix indentation (trivial) | Dave Airlie | 2011-11-27 | 1 | -1/+1 |
* | mesa: new BYTE/SHORT_TO_FLOATZ() macros | Brian Paul | 2011-11-15 | 1 | -26/+10 |
* | mesa: move CEILING() macro into macros.h | Brian Paul | 2011-11-15 | 1 | -4/+1 |
* | mesa: replace GLstencil with GLubyte | Brian Paul | 2011-11-15 | 1 | -16/+7 |
* | mesa: Fix memory leak in out-of-memory path. | Vinson Lee | 2011-11-01 | 1 | -0/+1 |
* | mesa: Fix memory leak in out-of-memory path. | Vinson Lee | 2011-10-24 | 1 | -0/+1 |
* | mesa: add packing for int/uint | Dave Airlie | 2011-10-08 | 1 | -0/+63 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -5/+5 |
* | mesa: convert _mesa_unpack_color_span_chan() to ubyte | Brian Paul | 2011-09-20 | 1 | -50/+48 |
* | mesa/pack: don't apply transfer operations to integer format buffers. (v3) | Dave Airlie | 2011-09-13 | 1 | -0/+23 |
* | mesa: Remove support for unpacking from client memory to color-index pixels | Ian Romanick | 2011-09-06 | 1 | -40/+12 |
* | mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV combo | Marek Olšák | 2011-07-11 | 1 | -5/+16 |
* | mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV | Marek Olšák | 2011-07-10 | 1 | -2/+25 |
* | mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REV | Marek Olšák | 2011-07-10 | 1 | -3/+32 |
* | mesa: don't allocate memory in _mesa_unpack_depth_span if we don't need it | Marek Olšák | 2011-06-24 | 1 | -7/+7 |
* | mesa: fix a memory leak in _mesa_unpack_depth_span | Marek Olšák | 2011-06-24 | 1 | -0/+1 |
* | mesa: remove unused-but-set variable in extract_uint_rgba | Marek Olšák | 2011-05-01 | 1 | -3/+0 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -5/+76 |
* | mesa, util: move RGB9E5 conversion functions to gallium/util | Marek Olšák | 2011-04-29 | 1 | -1/+1 |
* | mesa: implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -5/+77 |
* | main: remove duplicated includes | Nicolas Kaiser | 2011-04-25 | 1 | -1/+0 |
* | 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 |