From 1b2b726502eabaae4a15d544d92735cc2efe35b5 Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 11 Sep 2023 14:59:50 -0300 Subject: Replace OIDN denoiser with a JNLM denoiser compute shader implementation. --- COPYRIGHT.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'COPYRIGHT.txt') diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3200eafa00..3db389b224 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -63,6 +63,13 @@ Copyright: 2011, Ole Kniemeyer, MAXON, www.maxon.net 2007-2014, Juan Linietsky, Ariel Manzur License: Expat and Zlib +Files: ./modules/lightmapper_rd/lm_compute.glsl +Comment: Joint Non-Local Means (JNLM) denoiser +Copyright: 2020, Manuel Prandini + 2014-present, Godot Engine contributors + 2007-2014, Juan Linietsky, Ariel Manzur +License: Expat + Files: ./platform/android/java/lib/aidl/com/android/* ./platform/android/java/lib/res/layout/status_bar_ongoing_event_progress_bar.xml ./platform/android/java/lib/src/com/google/android/* -- cgit v1.2.3 From ab65effed015df76b0858df27127f62b3aa94e0e Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 18 Sep 2023 10:05:20 -0300 Subject: Remove denoise module and thirdparty OIDN. This is replaced by a much lighter weight and faster JNLM denoiser. OIDN is still much more accurate, and may be provided as an optional backend in the future, but the JNLM denoiser seems good enough for most use cases and removing OIDN reduces the build system complexity, binary size, and build times very significantly. --- COPYRIGHT.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'COPYRIGHT.txt') diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 3db389b224..7610465f0b 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -425,11 +425,6 @@ Comment: Stripped down version of "nvapi.h" from the NVIDIA NVAPI SDK Copyright: 2019-2022, NVIDIA Corporation License: Expat -Files: ./thirdparty/oidn/ -Comment: Intel Open Image Denoise -Copyright: 2009-2019, Intel Corporation -License: Apache-2.0 - Files: ./thirdparty/openxr/ Comment: OpenXR Loader Copyright: 2020-2023, The Khronos Group Inc. -- cgit v1.2.3