summaryrefslogtreecommitdiffstats
path: root/progs/util/readtex.c
Commit message (Expand)AuthorAgeFilesLines
* progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee2009-12-031-0/+1
* progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee2009-12-031-0/+14
* progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee2009-12-031-0/+1
* progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee2009-12-031-0/+1
* progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee2009-12-031-1/+4
* progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee2009-12-031-0/+1
* progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee2009-12-031-0/+1
* progs: Try to read the texture from the current dir, if full path fails.José Fonseca2009-03-161-3/+9
* s/malloc/calloc/, fix mem leakBrian Paul2006-01-311-2/+5
* remove unused bytes variableBrian Paul2003-08-281-1/+0
* move LoadYUVImage into readtex.cKeith Whitwell2003-05-201-0/+85
* added LoadRGBMipmaps2()Brian Paul2000-06-271-1/+14
* include readtex.hBrian Paul2000-02-101-0/+1
* Initial revisionjtg1999-08-191-0/+353