Files
blender/intern/cycles/kernel
Lukas Stockner 15fd758bd6 Fix T51950: Abnormally long Cycles OpenCL GPU render times with certain panoramic camera settings
The problem here was that when a "invalid" path is generated by the panoramic camera, it was tagged
as RAY_TO_REGENERATE with the intention of generating a new path in kernel_buffer_update.

However, since that state was not handled in kernel_queue_enqueue, kernel_buffer_update did not
process the path which resulted in an infinite loop.
2017-07-03 18:26:19 +02:00
..
2017-03-29 15:41:56 +02:00
2017-04-18 11:39:21 +02:00
2017-06-14 09:54:07 +02:00