Skip to content

Commit 6a61103

Browse files
Releasing version 2.0.1
1 parent f399a78 commit 6a61103

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 2.0.1 (2022-04-05)
2+
3+
A maintenance release with some bug fixes and improvements. There are no changes in the library API.
4+
5+
- Fixed an assert failing when detailed JSON dump was made while a custom pool was present with specified string name (#36, thanks @rbertin-aso).
6+
- Fixed image height calculation in JSON dump visualization tool "GpuMemDumpVis.py" (#37, thanks @rbertin-aso).
7+
- Added JSON Schema for JSON dump format - see file "tools\GpuMemDumpVis\GpuMemDump.schema.json".
8+
- Added documentation section "Resource reference counting".
9+
110
# 2.0.0 (2022-03-25)
211

312
So much has changed since the first release that it doesn’t make much sense to compare the differences. Here are the most important features that the library now provides:

bin/D3D12Sample_Release_vs2019.exe

-512 Bytes
Binary file not shown.

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="headertitle"><div class="title">D3D12 Memory Allocator </div></div>
6666
</div><!--header-->
6767
<div class="contents">
68-
<div class="textblock"><p ><b>Version 2.0.1-development</b> (2022-03-29)</p>
68+
<div class="textblock"><p ><b>Version 2.0.1</b> (2022-04-05)</p>
6969
<p >Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. <br />
7070
License: MIT</p>
7171
<p >Documentation of all members: <a class="el" href="_d3_d12_mem_alloc_8h.html">D3D12MemAlloc.h</a></p>

include/D3D12MemAlloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/** \mainpage D3D12 Memory Allocator
2626
27-
<b>Version 2.0.1-development</b> (2022-03-29)
27+
<b>Version 2.0.1</b> (2022-04-05)
2828
2929
Copyright (c) 2019-2022 Advanced Micro Devices, Inc. All rights reserved. \n
3030
License: MIT

0 commit comments

Comments
 (0)