summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_floatIago Toral Quiroga2015-01-121-7/+0
* mesa: Remove _mesa_(un)pack_index_spanIago Toral Quiroga2015-01-121-15/+0
* mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.hIago Toral Quiroga2015-01-121-8/+0
* mesa: Remove _mesa_unpack_color_span_floatIago Toral Quiroga2015-01-121-9/+0
* mesa: Remove (signed) integer pack and span functions.Iago Toral Quiroga2015-01-121-12/+0
* mesa: Remove _mesa_unpack_color_span_ubyteIago Toral Quiroga2015-01-121-9/+0
* mesa: Remove _mesa_unpack_color_span_uintIago Toral Quiroga2015-01-121-6/+0
* mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()Eduardo Lima Mitev2015-01-121-4/+0
* mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyteIago Toral Quiroga2015-01-121-0/+14
* mesa: Add RGBA to Luminance conversion helpersIago Toral Quiroga2015-01-121-0/+10
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-8/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa pack: handle uint and int clamping properlyJordan Justen2012-08-141-3/+9
* mesa: add _mesa_rebase_rgba_float/uint() functionsBrian Paul2012-03-081-0/+7
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-2/+2
* mesa: add packing for int/uintDave Airlie2011-10-081-0/+5
* mesa: convert _mesa_unpack_color_span_chan() to ubyteBrian Paul2011-09-201-2/+2
* mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák2011-07-111-2/+2
* mesa: replace more MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-7/+7
* mesa: code to unpack RGBA as uintsBrian Paul2010-11-031-0/+7
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+140