summaryrefslogtreecommitdiffstats
path: root/thirdparty/oidn/core/autoencoder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove denoise module and thirdparty OIDN.Dario2023-09-251-535/+0
| | | | 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.
* Upgrade OpenImageDenoise to v1.1.0jfons2020-06-061-5/+21
| | | | | | | | Upgrade OIDN to 1.1.0, the latest stable version that doesn't need the ISPC compiler. Documented the changes made during the removal of TBB and added a patch file for them.
* New lightmapperJuan Linietsky2020-05-101-0/+519
-Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)