summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pixeltransfer.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-031-5/+6
* mesa: Avoid double promotion.Matt Turner2015-07-291-4/+4
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: use F_TO_I() instead of IROUND()Brian Paul2012-05-191-5/+5
* mesa: remove unused _mesa_map_ci8_to_rgba8()Brian Paul2012-02-101-26/+0
* mesa: replace GLstencil with GLubyteBrian Paul2011-11-151-2/+2
* mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}Ian Romanick2011-09-061-261/+0
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: split up the image.c fileBrian Paul2010-10-231-0/+566