summaryrefslogtreecommitdiff
path: root/progs/util/readtex.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
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
Prevents a null pointer deference later on. (cherry picked from commit e26135a744f740430e3dc341fa692544ba99c11e)
2009-12-03progs/util: Fix memory leak if malloc fails in RawImageOpen.Vinson Lee
(cherry picked from commit d36cb2396c942f05ba56c5b899792a507bb0f0fd)
2009-12-03progs/util: Fix memory leak if fopen fails in RawImageOpen.Vinson Lee
(cherry picked from commit d9508e8df9da4aa13bc223194c406081738bac91)
2009-12-03progs/util: Fix memory leak if malloc fails in tkRGBImageLoad.Vinson Lee
(cherry picked from commit 786d539511eb3c5a4101b11b7f8e90d60123ac46)
2009-12-03progs/util: Fix memory leak if LoadRGBImage fails.Vinson Lee
(cherry picked from commit 041cd0e110d41b543a0fe9cc484ae8373642912b)
2009-12-03progs/util: Fix memory if LoadRGBMipmaps2 fails.Vinson Lee
(cherry picked from commit 28b8e4bcd76cc072b062e4c8575327c05ecb9a55)
2009-12-03progs/util: Fix memory leak if LoadYUVImage fails.Vinson Lee
(cherry picked from commit 0e790ac35327a0b53a4a595a6429135317302269)
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