summaryrefslogtreecommitdiffstats
path: root/progs/samples/rgbtoppm.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-303/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* 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