blender/intern/cycles/bvh
Sergey Sharybin 3f29259676 Fix T49818: Crash when rendering with motion blur
It was possible to have non-initialized unaligned BVH split
to be used when regular BVH split SAH was inf. Now we ensure
that unaligned splitter is only used when it's really initialized.

It's a regression and should be in 2.78a.
2016-10-24 11:47:32 +02:00
..
bvh_binning.cpp Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_binning.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_build.cpp Fix T49818: Crash when rendering with motion blur 2016-10-24 11:47:32 +02:00
bvh_build.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_node.cpp Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_node.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_params.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_sort.cpp Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_sort.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_split.cpp Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_split.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_unaligned.cpp Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh_unaligned.h Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00
bvh.cpp Cycles: Cleanup, spaces 2016-10-24 11:47:32 +02:00
bvh.h Cycles: Deduplicate QBVH node packing across BVH build and refit 2016-09-09 11:32:05 +02:00
CMakeLists.txt Cycles: Implement unaligned nodes BVH builder 2016-07-07 17:25:48 +02:00