mirror of https://github.com/auygun/kaliber.git
- Use absolute paths for includes. - Add file path to include guards. - Use uint64_t for resource id. - Compile engine code into separate lib. - Compile time and run time string hashing functions. - Rename Worker to ThreadPool. - Update .gitignore - Code generator for texture compressor. |
||
---|---|---|
.. | ||
README.md | ||
build_constant_color_dxt_tables.py | ||
dxt_encoder.cc | ||
dxt_encoder.h | ||
dxt_encoder_implementation_autogen.h | ||
dxt_encoder_internals.cc | ||
dxt_encoder_internals.h | ||
dxt_encoder_neon.cc | ||
dxt_encoder_neon.h | ||
texture_compressor.cc | ||
texture_compressor.h | ||
texture_compressor_etc1.cc | ||
texture_compressor_etc1.h | ||
texture_compressor_etc1_neon.cc | ||
texture_compressor_etc1_neon.h |
README.md
Real-time texture compression code salvaged from chromium project repository. Implements ATC, DXT and ETC1 compression, optimized for NEON.