Skip to content

Commit

Permalink
Update change log for 3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Nov 8, 2021
1 parent 1eeeb2d commit 954af82
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion Docs/ChangeLog-3x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,42 @@ This page summarizes the major functional and performance changes in each
release of the 3.x series.

All performance data on this page is measured on an Intel Core i5-9600K
clocked at 4.2 GHz, running astcenc using AVX2 and 6 threads.
clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.


<!-- ---------------------------------------------------------------------- -->
## 3.3

**Status:** November 2021

The 3.3 release improves image quality for normal maps, and two component
textures. Normal maps are expected to compress 25% slower than the 3.2
release, although it should be noted that they are still faster to compress
in 3.3 than when using the 2.5 series. This release also fixes one reported
stability issue.

* **General:**
* **Feature:** Normal map image quality has been improved.
* **Feature:** Two component image quality has been improved, provided
that unused components are correctly zero-weighted using e.g. `-cw` on the
command line.
* **Bug-fix:** Improved stability when trying to compress complex blocks that
could not beat even the starting quality threshold. These will now always
compress in to a constant color blocks.

<!-- ---------------------------------------------------------------------- -->
## 3.2

**Status:** August 2021

The 3.2 release is a bugfix release; no significant image quality or
performance differences are expected.

* **General:**
* **Bug-fix:** Improved stability when new contexts were created while other
contexts were compressing or decompressing an image.
* **Bug-fix:** Improved stability when decompressing blocks with invalid
block encodings.

<!-- ---------------------------------------------------------------------- -->
## 3.1
Expand Down

0 comments on commit 954af82

Please sign in to comment.