Files
test/intern/cycles/kernel
Mai Lavelle 223f45818e Cycles: Initialize rng_state for split kernel
Because the split kernel can render multiple samples in parallel it is
necessary to have everything initialized before rendering of any samples
begins. The code that normally handles initialization of
`rng_state` (`kernel_path_trace_setup()`) only does so for the first sample,
which was causing artifacts in the split kernel due to uninitialized
`rng_state` for some samples.

Note that because the split kernel can render samples in parallel this
means that the split kernel is incompatible with the LCG.
2017-03-08 01:31:09 -05:00
..
2017-03-08 00:52:41 -05:00
2017-03-08 00:52:41 -05:00
2017-03-08 00:52:41 -05:00
2016-10-24 12:26:12 +02:00
2017-03-08 00:52:41 -05:00