Blender Git Commit Log
Git Commits -> Revision e62fed9
Revision e62fed9 by Ton Roosendaal (master) January 9, 2006, 19:17 (GMT) |
Orange: more exr & imbuf cleanup - Reading exr images now goes OK. I've unified the code for reading 'half' and 'float' (was nicely possible!). And removed useless copying of data around. - Fixed bug in allocating new rects, like for making mipmaps. flag issues. - filter code accidentally incremented wrong pointer (crash on mipmap too) |
Commit Details:
Full Hash: e62fed936e171b5d5ee71ed7caa23ea730d006ee
SVN Revision: 6358
Parent Commit: bdef14b
Lines Changed: +113, -122
6 Modified Paths:
/source/blender/blenkernel/intern/writeavi.c (+0, -3) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+8, -1) (Diff)
/source/blender/imbuf/intern/divers.c (+26, -0) (Diff)
/source/blender/imbuf/intern/filter.c (+33, -33) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+45, -85) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -0) (Diff)
/source/blender/imbuf/intern/allocimbuf.c (+8, -1) (Diff)
/source/blender/imbuf/intern/divers.c (+26, -0) (Diff)
/source/blender/imbuf/intern/filter.c (+33, -33) (Diff)
/source/blender/imbuf/intern/openexr/openexr_api.cpp (+45, -85) (Diff)