Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/util: Silence warn_unused_result warnings. | Vinson Lee | 2009-12-25 | 1 | -6/+14 |
| | |||||
* | progs/util: Byte swap individual members of struct _rawImageRec. | Vinson Lee | 2009-12-10 | 1 | -1/+6 |
| | |||||
* | progs/util: Exit RawImageGetData early if malloc fails. | Vinson Lee | 2009-12-03 | 1 | -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 Lee | 2009-12-03 | 1 | -0/+14 |
| | | | | (cherry picked from commit d36cb2396c942f05ba56c5b899792a507bb0f0fd) | ||||
* | progs/util: Fix memory leak if fopen fails in RawImageOpen. | Vinson Lee | 2009-12-03 | 1 | -0/+1 |
| | | | | (cherry picked from commit d9508e8df9da4aa13bc223194c406081738bac91) | ||||
* | progs/util: Fix memory leak if malloc fails in tkRGBImageLoad. | Vinson Lee | 2009-12-03 | 1 | -0/+1 |
| | | | | (cherry picked from commit 786d539511eb3c5a4101b11b7f8e90d60123ac46) | ||||
* | progs/util: Fix memory leak if LoadRGBImage fails. | Vinson Lee | 2009-12-03 | 1 | -1/+4 |
| | | | | (cherry picked from commit 041cd0e110d41b543a0fe9cc484ae8373642912b) | ||||
* | progs/util: Fix memory if LoadRGBMipmaps2 fails. | Vinson Lee | 2009-12-03 | 1 | -0/+1 |
| | | | | (cherry picked from commit 28b8e4bcd76cc072b062e4c8575327c05ecb9a55) | ||||
* | progs/util: Fix memory leak if LoadYUVImage fails. | Vinson Lee | 2009-12-03 | 1 | -0/+1 |
| | | | | (cherry picked from commit 0e790ac35327a0b53a4a595a6429135317302269) | ||||
* | progs: Try to read the texture from the current dir, if full path fails. | José Fonseca | 2009-03-16 | 1 | -3/+9 |
| | |||||
* | s/malloc/calloc/, fix mem leak | Brian Paul | 2006-01-31 | 1 | -2/+5 |
| | |||||
* | remove unused bytes variable | Brian Paul | 2003-08-28 | 1 | -1/+0 |
| | |||||
* | move LoadYUVImage into readtex.c | Keith Whitwell | 2003-05-20 | 1 | -0/+85 |
| | |||||
* | added LoadRGBMipmaps2() | Brian Paul | 2000-06-27 | 1 | -1/+14 |
| | |||||
* | include readtex.h | Brian Paul | 2000-02-10 | 1 | -0/+1 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+353 |