Files
test/intern/cycles/kernel
Sergey Sharybin cc95172667 Cycles: Fix use of uninitialized variable in SSS
When ray hits curve segment with SSS shader it was possible to have
uninitialized hit_P variable used for sampling.

Seems that was a reason of our headache of difference between AVX2
and SSE4 render results here, so now we can revert all the nasty
ifdef-ed inline policies.
2016-10-12 12:12:28 +02:00
..
2015-05-09 19:52:40 +05:00
2016-09-21 14:42:05 +02:00