Files
test2/intern/cycles/render
Patrick Mours 332aed6399 Fix sporadic CUDA launch failures with Cycles viewport denoising
Sometimes the viewport buffer size is zero for a frame, which caused the denoising task to also try to
launch CUDA kernels with a launch size of zero, which in turn failed with a CUDA error. This patch
prevents launches from occuring in this case, similar to how it is handled in `copy_to_display_buffer`.
2020-02-14 17:00:44 +01:00
..
2019-12-10 20:44:46 +01:00
2019-11-25 00:55:11 +11:00
2020-02-07 15:29:46 +01:00
2019-08-17 00:57:05 +10:00