Blender Git Loki
Git Commits -> Revision 3fe8415
Revision 3fe8415 by Nathan Letwory (master) May 7, 2011, 20:53 (GMT) |
Apply part of [#21590] .dds textures: fix for DXT1n format Submitted by Amorilia. DXT1 .dds textures with 1-bit alpha channel have their alpha channel imported in Blender. The patch also makes change to contact info for the patch submitter. I left the sync with upstream nvtt for another commit. |
Commit Details:
Full Hash: 3fe841597bd9e42dfcdfc9be4eefa661e7512265
SVN Revision: 36541
Parent Commit: 471c28f
Lines Changed: +39, -23
18 Modified Paths:
/source/blender/editors/space_image/image_ops.c (+3, -0) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Color.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/dds_api.cpp (+16, -8) (Diff)
/source/blender/imbuf/intern/dds/dds_api.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Image.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Image.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/PixelFormat.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Stream.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Stream.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+3, -1) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Color.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/dds_api.cpp (+16, -8) (Diff)
/source/blender/imbuf/intern/dds/dds_api.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Image.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Image.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/PixelFormat.h (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Stream.cpp (+1, -1) (Diff)
/source/blender/imbuf/intern/dds/Stream.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+3, -1) (Diff)