diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-09-27 19:08:01 +0200 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-09-27 19:08:01 +0200 |
commit | aa82cccc41a0fc1b1f9b6cfa4b5d93635ea1b20b (patch) | |
tree | 05bc55ad26c49209e2a17d43339946d9830201d0 /COPYRIGHT.txt | |
parent | 54c7a26a3b28db99895f17bec8d45fc856a1ade8 (diff) | |
parent | ab65effed015df76b0858df27127f62b3aa94e0e (diff) | |
download | redot-engine-aa82cccc41a0fc1b1f9b6cfa4b5d93635ea1b20b.tar.gz |
Merge pull request #81659 from DarioSamo/nlm-denoiser
Replace OIDN denoiser in Lightmapper with a JNLM denoiser compute shader.
Diffstat (limited to 'COPYRIGHT.txt')
-rw-r--r-- | COPYRIGHT.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 8288e79602..5d0c41698f 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/* @@ -428,11 +435,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. |