summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix _mesa_unpack_dudv_span_byte assertion.Eric Anholt2011-04-171-1/+2
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-11/+0
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: replace more MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-31/+104
* mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul2010-12-021-4/+34
* mesa: rename vars in pixel pack/unpack codeBrian Paul2010-11-071-403/+397
* mesa: consolidate pixel packing/unpacking codeBrian Paul2010-11-071-397/+244
* mesa: code to unpack RGBA as uintsBrian Paul2010-11-031-0/+780
* mesa: add pixel packing for unscaled integer typesBrian Paul2010-10-231-5/+496
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+3848