kaliber/src/third_party/texture_compressor
Attila Uygun 0866349f58 Code cleanup
- 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.
2021-10-27 18:22:32 +02:00
..
README.md Update. 2021-02-10 00:39:04 +01:00
build_constant_color_dxt_tables.py Code cleanup 2021-10-27 18:22:32 +02:00
dxt_encoder.cc Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder.h Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder_implementation_autogen.h Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder_internals.cc Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder_internals.h Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder_neon.cc Initial commit. 2020-09-08 21:08:07 +02:00
dxt_encoder_neon.h Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor.cc Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor.h Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor_etc1.cc Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor_etc1.h Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor_etc1_neon.cc Initial commit. 2020-09-08 21:08:07 +02:00
texture_compressor_etc1_neon.h Initial commit. 2020-09-08 21:08:07 +02:00

README.md

Real-time texture compression code salvaged from chromium project repository. Implements ATC, DXT and ETC1 compression, optimized for NEON.