Blender Git Loki
Git Commits -> Revision 8988fcc
Revision 8988fcc by Sergey Sharybin (cycles-x) July 12, 2021, 13:00 (GMT) |
Cycles X: Reduce memory usage of OptiX denoiser and CPU render Allow to modify a temporary buffer created in the DeviceDenoiser. Moved denoised pass copy to a more accessible function. It is not very flexible yet, and performance might be improved, but it fits current usage and is only used from a much more compute-heavy steps of the render. Differential Revision: https://developer.blender.org/D11874 |
Commit Details:
Full Hash: 8988fcc49436226c247a5a99b3486906d1738a64
Parent Commit: 30813d6
Lines Changed: +94, -47