Skip to content

Releases: wolfpld/etcpak

2.0

08 Aug 23:24
a43d692
Compare
Choose a tag to compare

This release of etcpak brings the following changes:

  • The build system has been changed to Meson.
  • PNG images compression and decompression is now using zlib-ng, which significantly reduces the image load times.
  • BC4, BC5, ETC2_R and ETC2_RG compression modes are now available. The compression algorithms in use were previously used to compress alpha channels in BC3 and ETC2_RGBA modes.
  • The command line options have been revamped to make more sense.
  • BC7 compression mode has been added. The base algorithm is Rich Geldreich's 4-mode bc7enc, which has been SIMD-ified (AVX2 and AVX512) for a ~2.6x speed increase. The results are bit-exact with the original implementation.
  • Removed option to save alpha channel as a separate file.
  • It is now possible to load and save DDS files.

etcpak 1.0

04 Jun 11:40
a77d5a3
Compare
Choose a tag to compare

etcpak 1.0 improves ETC2 compression speed by using heuristics to select block compression mode. It also adds compression and decompression support for ETC2 T and H blocks. Additionally, multithreaded benchmark mode is available.

etcpak 0.7

27 May 17:03
Compare
Choose a tag to compare

etcpak 0.7 improves handling of command line parameters, adds DXT1/DXT5 support, and significantly speeds up compression and decompression times.

0.6

03 Jun 16:26
Compare
Choose a tag to compare
0.6
Release v0.6.

0.5

03 Jun 16:27
Compare
Choose a tag to compare
0.5
Display planar blocks.

0.4: Merged in daniel_jungmann/etcpak/etc2_fixes (pull request #19)

03 Jun 16:27
Compare
Choose a tag to compare

0.3

03 Jun 16:28
Compare
Choose a tag to compare
0.3
Support dithering in benchmark mode.

0.2.2

03 Jun 16:28
Compare
Choose a tag to compare
Add benchmark mode.

0.2.1: Optimize alpha channel average encoding.

03 Jun 16:28
Compare
Choose a tag to compare
Results are slighlty different in some cases, but I think the new ones
look better.

0.2

03 Jun 16:29
Compare
Choose a tag to compare
0.2
Add some contact info.