summaryrefslogtreecommitdiff
path: root/src/mesa/main/pack.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2012-08-14mesa pack: handle uint and int clamping properlyJordan Justen1-3/+9
2012-03-08mesa: add _mesa_rebase_rgba_float/uint() functionsBrian Paul1-0/+7
2011-11-15mesa: replace GLstencil with GLubyteBrian Paul1-2/+2
2011-10-08mesa: add packing for int/uintDave Airlie1-0/+5
2011-09-20mesa: convert _mesa_unpack_color_span_chan() to ubyteBrian Paul1-2/+2
2011-07-11mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák1-2/+2
2010-12-02mesa: replace more MAX_WIDTH stack allocations with heap allocationsBrian Paul1-7/+7
2010-11-03mesa: code to unpack RGBA as uintsBrian Paul1-0/+7
2010-10-23mesa: split up the image.c fileBrian Paul1-0/+140