summaryrefslogtreecommitdiffstats
path: root/progs/util/readtex.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/util: Silence warn_unused_result warnings.Vinson Lee2009-12-251-6/+14
|
* progs/util: Byte swap individual members of struct _rawImageRec.Vinson Lee2009-12-101-1/+6
|
* progs/util: Exit RawImageGetData early if malloc fails.Vinson Lee2009-12-031-0/+1
| | | | | Prevents a null pointer deference later on. (cherry picked from commit e26135a744f740430e3dc341fa692544ba99c11e)
* progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee2009-12-031-0/+14
| | | | (cherry picked from commit d36cb2396c942f05ba56c5b899792a507bb0f0fd)
* progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee2009-12-031-0/+1
| | | | (cherry picked from commit d9508e8df9da4aa13bc223194c406081738bac91)
* progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee2009-12-031-0/+1
| | | | (cherry picked from commit 786d539511eb3c5a4101b11b7f8e90d60123ac46)
* progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee2009-12-031-1/+4
| | | | (cherry picked from commit 041cd0e110d41b543a0fe9cc484ae8373642912b)
* progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee2009-12-031-0/+1
| | | | (cherry picked from commit 28b8e4bcd76cc072b062e4c8575327c05ecb9a55)
* progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee2009-12-031-0/+1
| | | | (cherry picked from commit 0e790ac35327a0b53a4a595a6429135317302269)
* 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