summaryrefslogtreecommitdiffstats
path: root/modules/denoise/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for PowerPC familyDaniel Kolesa2021-11-011-1/+7
|
* Add support for the RISC-V architectureAaron Franke2021-10-221-2/+3
| | | | Supports RV64GC (RISC-V 64-bit with general-purpose and compressed-instruction extensions)
* [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-291-1/+1
|
* denoise: Restrict build to 64-bit desktop platformsRémi Verschelde2020-06-061-1/+7
| | | | | | | | One of OIDN's dependencies only supports x86_64 and aarch64. For now we also exclude potential future Android tools builds, but this could be re-evaluated in the future. Fixes #38759.
* New lightmapperJuan Linietsky2020-05-101-0/+6
-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)