summaryrefslogtreecommitdiff
path: root/progs/util/readtex.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-20progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee1-0/+1
2009-11-20progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee1-0/+14
2009-11-17progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee1-0/+1
2009-11-17progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee1-1/+4
2009-11-17progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee1-0/+1
2009-11-16progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee1-0/+1
2009-03-16progs: Try to read the texture from the current dir, if full path fails.José Fonseca1-3/+9
2006-01-31s/malloc/calloc/, fix mem leakBrian Paul1-2/+5
2003-08-28remove unused bytes variableBrian Paul1-1/+0
2003-05-20move LoadYUVImage into readtex.cKeith Whitwell1-0/+85
2000-06-27added LoadRGBMipmaps2()Brian Paul1-1/+14
2000-02-10include readtex.hBrian Paul1-0/+1
1999-08-19Initial revisionjtg1-0/+353