Blender Git Loki
Git Commits -> Revision ed3fd72
Revision ed3fd72 by Nathan Letwory (master) May 8, 2011, 09:05 (GMT) |
Apply second half of [#21590] .dds textures: fix for DXT1n format + sync with upstream nvtt submitted by Amorilia This updates the DDS module with upstearm nvtt (r1042). |
Commit Details:
Full Hash: ed3fd722108ea4d41167c8339a97ecd818e78cdf
SVN Revision: 36546
Parent Commit: aaa93c5
Lines Changed: +667, -171
9 Modified Paths:
/source/blender/imbuf/intern/dds/BlockDXT.cpp (+77, -0) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.h (+5, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+143, -43) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.h (+4, -15) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+6, -0) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+379, -108) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.h (+18, -2) (Diff)
/source/blender/imbuf/intern/dds/Image.cpp (+3, -2) (Diff)
/source/blender/imbuf/intern/dds/PixelFormat.h (+32, -0) (Diff)
/source/blender/imbuf/intern/dds/BlockDXT.h (+5, -1) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.cpp (+143, -43) (Diff)
/source/blender/imbuf/intern/dds/ColorBlock.h (+4, -15) (Diff)
/source/blender/imbuf/intern/dds/Common.h (+6, -0) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp (+379, -108) (Diff)
/source/blender/imbuf/intern/dds/DirectDrawSurface.h (+18, -2) (Diff)
/source/blender/imbuf/intern/dds/Image.cpp (+3, -2) (Diff)
/source/blender/imbuf/intern/dds/PixelFormat.h (+32, -0) (Diff)