Skip to content

Commit 8a93788

Browse files
committed
Update change log for 3.4 release
1 parent 4227d60 commit 8a93788

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Docs/ChangeLog-3x.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
1010
<!-- ---------------------------------------------------------------------- -->
1111
## 3.4
1212

13-
**Status:** In development
13+
**Status:** March 2022
1414

1515
The 3.4 release introduces another round of optimizations, removing a number
1616
of power-user configuration options to simplify the core compressor data path.
1717

18+
Reminder for users of the library interface - the API is not designed to be
19+
binary compatible across versions, and this release is not compatible with
20+
earlier releases. Please update and rebuild your client-side code using the
21+
updated `astcenc.h` header.
22+
1823
* **General:**
1924
* **Feature:** Many memory allocations have been moved off the stack into
2025
dynamically allocated working memory. This significantly reduces the peak
@@ -35,6 +40,10 @@ of power-user configuration options to simplify the core compressor data path.
3540
* **Feature:** The `-perceptual` option to set a perceptual error metric is
3641
still supported, but is currently a no-op in the compressor for mask map
3742
and normal map textures.
43+
* **Bug-fix:** Corrected decompression of error blocks in some cases, so now
44+
returning the expected error color (magenta for LDR, NaN for HDR). Note
45+
that astcenc determines the error color to use based on the output image
46+
data type not the decoder profile.
3847

3948
### Performance:
4049

@@ -45,7 +54,8 @@ Key for charts:
4554

4655
**Relative performance vs 3.3 release:**
4756

48-
Pending ...
57+
![Relative scores 3.4 vs 3.3](./ChangeLogImg/relative-3.3-to-3.4.png)
58+
4959

5060
<!-- ---------------------------------------------------------------------- -->
5161
## 3.3
125 KB
Loading

0 commit comments

Comments
 (0)