summaryrefslogtreecommitdiffstats
path: root/third_party/rust/d3d12/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /third_party/rust/d3d12/CHANGELOG.md
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/rust/d3d12/CHANGELOG.md')
-rw-r--r--third_party/rust/d3d12/CHANGELOG.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/third_party/rust/d3d12/CHANGELOG.md b/third_party/rust/d3d12/CHANGELOG.md
new file mode 100644
index 0000000000..6af566ae68
--- /dev/null
+++ b/third_party/rust/d3d12/CHANGELOG.md
@@ -0,0 +1,32 @@
+# Change Log
+
+## v0.6.0 (2023-01-25)
+ - add helpers for IDXGIFactoryMedia
+ - add `create_swapchain_for_composition_surface_handle`
+
+## v0.5.0 (2022-07-01)
+ - add COM helpers
+ - enable D3D11 adapter use
+
+## v0.4.1 (2021-08-18)
+ - expose all indirect argument types
+ - expose methods for setting root constants
+
+## v0.4.0 (2021-04-29)
+ - update `libloading` to 0.7
+
+## v0.3.1 (2020-07-07)
+ - create shader from IL
+ - fix default doc target
+ - debug impl for root descriptors
+
+## v0.3.0 (2019-11-01)
+ - resource transitions
+ - dynamic library loading
+
+## v0.2.2 (2019-10-04)
+ - add `D3DHeap`
+ - add root descriptor
+
+## v0.1.0 (2018-12-26)
+ - basic version