summaryrefslogtreecommitdiffstats
path: root/progs/samples/rgbtoppm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-303/+0
* progs/samples: Silence compiler warnings.Vinson Lee2010-01-031-7/+18
* progs/samples: 'Silence no previous prototype' warnings.Vinson Lee2010-01-011-3/+3
* progs/samples: Byte swap individual members of struct _rawImageRec.Vinson Lee2009-12-101-1/+6
* progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.Vinson Lee2009-12-051-0/+1
* progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.Vinson Lee2009-12-051-1/+2
* read/write files, not stdio (Daniel Borca)Brian Paul2003-02-041-5/+17
* Initial revisionjtg1999-08-191-0/+273