Files
blender/intern
Lukas Stockner b4a8b81399 Cycles Denoising: Don't use atomics in the accumulation kernel on CPUs
The GPU kernel needs to use atomics for accumulation since all offsets are processed in
parallel, but on CPUs that's not the case, so we can disable them there for a considerable speedup.
2018-05-24 18:44:56 +02:00
..
2018-03-22 16:38:53 -04:00
2018-05-18 11:00:47 +02:00
2017-03-12 02:47:53 +11:00
2017-05-27 15:34:55 -04:00
2017-11-14 17:11:48 +01:00
2017-06-19 10:04:30 +10:00
2017-05-27 15:34:55 -04:00
2018-02-07 11:53:01 +01:00