summaryrefslogtreecommitdiffstats
path: root/thirdparty/oidn/mkl-dnn/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove denoise module and thirdparty OIDN.Dario2023-09-25269-101594/+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.
* oidn: Fix build for VS 2017Rémi Verschelde2020-06-062-4/+4
| | | | | | | Backporting this upstream patch: https://github.com/OpenImageDenoise/mkl-dnn/commit/1e42e6db81e1a5270ecc0191c5385ce7e7d978e9 Fixes #39186.
* New lightmapperJuan Linietsky2020-05-10269-0/+101594
-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)