blender/intern/cycles/bvh
Sergey Sharybin c4890cd354 Cycles: Add option to split triangle motion primitives by time steps
Similar to the previous commit, the statistics goes as:

BVH Steps     Render time (sec)       Memory usage (MB)
    0                46                    260
    1                27                    373
    2                18                    598
    3                15                    826

Scene used for the tests is the agent's body from one of the barber
shop scenes (no textures or anything, just a diffuse material).

Once again this is limited to regular (non-spatial split) BVH,
Support of spatial split to this feature will come later.
2017-01-20 12:46:18 +01: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 Cycles: Add option to split triangle motion primitives by time steps 2017-01-20 12:46:18 +01: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: Cleanup, style 2016-10-24 12:26:12 +02:00
bvh_params.h Cycles: Add option to split triangle motion primitives by time steps 2017-01-20 12:46:18 +01: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, style 2016-10-24 12:26:12 +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