summaryrefslogtreecommitdiff
path: root/progs/util/readtex.c
AgeCommit message (Expand)Author
2009-12-25progs/util: Silence warn_unused_result warnings.Vinson Lee
2009-12-10progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee
2009-12-03progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
2009-12-03progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
2009-12-03progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
2009-12-03progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
2009-03-16progs: Try to read the texture from the current dir, if full path fails.José Fonseca
2006-01-31s/malloc/calloc/, fix mem leakBrian Paul
2003-08-28remove unused bytes variableBrian Paul
2003-05-20move LoadYUVImage into readtex.cKeith Whitwell
2000-06-27added LoadRGBMipmaps2()Brian Paul
2000-02-10include readtex.hBrian Paul
1999-08-19Initial revisionjtg