summaryrefslogtreecommitdiff
path: root/src/mesa/main/pack.c
AgeCommit message (Expand)Author
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-12-02mesa: replace more MAX_WIDTH stack allocations with heap allocationsBrian Paul
2010-12-02mesa: replace large/MAX_WIDTH stack allocations with heap allocationsBrian Paul
2010-11-07mesa: rename vars in pixel pack/unpack codeBrian Paul
2010-11-07mesa: consolidate pixel packing/unpacking codeBrian Paul
2010-11-03mesa: code to unpack RGBA as uintsBrian Paul
2010-10-23mesa: add pixel packing for unscaled integer typesBrian Paul
2010-10-23mesa: split up the image.c fileBrian Paul