summaryrefslogtreecommitdiff
path: root/src/mesa/main/pack.c
AgeCommit message (Collapse)Author
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file.
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
And add some missing GL_RG cases.
2010-10-23mesa: split up the image.c fileBrian Paul
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions