You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/Asset/ImageProcessingAtom/Code/Source/Compressors
Qing Tao fc8697edd5
ATOM-16029 Add direct support for Astc compression (#4157)
* ATOM-16029 Add direct support for Astc compression
Changes include:
- Add ASTCCompressor class
- Enabled 3rdparty::astc-encoder static library.
- Remove ASTC support in PVRTC compressor and ISPC compressor.
- Update unit test to include texts for ASTC compress/decompress.

Signed-off-by: Qing Tao <qingtao@amazon.com>
4 years ago
..
CryTextureSquisher Merge branch 'development' into cmake/SPEC-7179 4 years ago
ASTCCompressor.cpp ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
ASTCCompressor.h ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
CTSquisher.cpp Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago
CTSquisher.h Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago
Compressor.cpp ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
Compressor.h ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
ETC2.cpp Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago
ETC2.h Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago
ISPCTextureCompressor.cpp ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
ISPCTextureCompressor.h Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago
PVRTC.cpp ATOM-16029 Add direct support for Astc compression (#4157) 4 years ago
PVRTC.h Update o3de to use new packages of ISPCTexComp and squish-ccr (#3556) 4 years ago