Blender Git Commit Log
Git Commits -> Revision 94efc65
Revision 94efc65 by Lukas Stockner (master) August 25, 2018, 19:23 (GMT) |
Cycles Denoiser: Allocate a single temporary buffer for the entire denoising process With small tiles, the repeated allocations on GPUs can actually slow down the denoising quite a lot. Allocating the buffer just once reduces rendertime for the default cube with 16x16 tiles and denoising on a mobile 1050 from 22.7sec to 14.0sec. |
Commit Details:
Full Hash: 94efc651d40fe62417b605e2f400fd364fb0d8ef
Parent Commit: 60a5ba2
Lines Changed: +62, -99