@@ -9,12 +9,11 @@ clocked at 4.2 GHz, running astcenc using 6 threads.
9
9
<!-- ---------------------------------------------------------------------- -->
10
10
## 2.5
11
11
12
- ** Status:** In development, due late March 2021
12
+ ** Status:** Released, March 2021
13
13
14
- The 2.5 release is planned to be the last major release in the 2.x series.
15
- After this release a ` 2.x ` branch will be created to provide stable long-term
16
- support, and the ` main ` branch will switch to focusing on more radical changes
17
- for the 3.x series.
14
+ The 2.5 release is the last major release in the 2.x series. After this release
15
+ a ` 2.x ` branch will provide stable long-term support, and the ` main ` branch
16
+ will switch to focusing on more radical changes for the 3.x series.
18
17
19
18
Reminder for users of the library interface - the API is not designed to be
20
19
stable across versions, and this release is not compatible with earlier 2.x
@@ -42,14 +41,14 @@ releases. Please update and rebuild your client-side code using the updated
42
41
* ** API Change:** The decompression functionality in the core API has been
43
42
changed to allow use of multiple threads. The design pattern matches the
44
43
compression functionality, requiring the caller to create the threads,
45
- synchronize them between images, and call the new
46
- * ** API Feature:** Defines to support exporting public API entry point
44
+ synchronize them between images, and to call the new
45
+ ` astcenc_decompress_reset() ` function between images.
46
+ * ** API Feature:** Defines to support exporting public API entry point
47
47
symbols from a shared object are provided, but not exposed off-the-shelf by
48
48
the CMake provided by the project.
49
- ` astcenc_decompress_reset() ` function between images.
50
49
* ** API Feature:** New ` astcenc_get_block_info() ` function added to the core
51
50
API to allow users to perform high level analysis of compressed data. This
52
- API is not implemented in decompressor-only builds.
51
+ API is not implemented in decompressor-only builds.
53
52
* ** API Feature:** Codec configuration structure has been extended to expose
54
53
the new RGBM compression mode. See the API header for details.
55
54
0 commit comments