diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-06 20:17:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 20:17:54 +0200 |
commit | d838a4473589797264a1f9f5cd4de95604709d30 (patch) | |
tree | 476781a8c6bc1cfcabc338c1feb9582c9673b3b8 /thirdparty/README.md | |
parent | ce1811f9e207cc93b93f15bb40b585c809f7905d (diff) | |
parent | dd79d1ce7847e7631ac56d28ca018c48bfae5af3 (diff) |
Merge pull request #39340 from JFonS/upgrade_oidn
Upgrade OpenImageDenoise to v1.1.0
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 64c2ce336d..9dff2eb37c 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -446,12 +446,32 @@ Files extracted from the upstream source: ## oidn - Upstream: https://github.com/OpenImageDenoise/oidn -- Version: TBD +- Version: 1.1.0 (c58c5216db05ceef4cde5a096862f2eeffd14c06) - License: Apache 2.0 Files extracted from upstream source: -- TBD +common/* (except tasking.* and CMakeLists.txt) +core/* +include/OpenImageDenoise/* (except version.h.in) +LICENSE.txt +mkl-dnn/include/* +mkl-dnn/src/* (except CMakeLists.txt) +weights/rtlightmap_hdr.tza +scripts/resource_to_cpp.py + +Modified files: +Modifications are marked with `// -- GODOT start --` and `// -- GODOT end --` +A patch file is provided in `oidn/godot-changes-c58c5216.patch` + +core/autoencoder.cpp +core/autoencoder.h +core/common.h +core/device.cpp +core/device.h +core/transfer_function.cpp + +scripts/resource_to_cpp.py (used in modules/denoise/resource_to_cpp.py) ## opus |