summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.h
Commit message (Expand)AuthorAgeFilesLines
* 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