summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixeltransfer.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2012-02-101-6/+0
| | | | Reviewed-by: Jose Fonseca <[email protected]>
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-1/+1
|
* mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}Ian Romanick2011-09-061-9/+0
| | | | | Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+90
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions