blender/intern/cycles/kernel
Sergey Sharybin b56f5900dc Cycles: BVH params option to split leaf node by primitive types
The idea of this change is make it possible to split leaf nodes by primitive
type, making leaf containing primitives of the same type.

This would become handy when working on a single ray to multiple triangles
intersection code, plus with careful implementation it might give some extra
benefits on BVH traversal code by avoiding primitive type fetch and check for
each primitive in the node. But that's a bit tricky to have benefits on this
change only because depth of BVH increases.

This option is not exposed to the interface at all and not used even secretly,
the commit is only needed to help working further in this direction without
messing around with local patches and worrying of them running out of date.
2015-01-12 14:49:56 +05:00
..
closure Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
geom Cycles: Fix unneeded int/float conversion happened in previous commit 2015-01-02 17:21:24 +05:00
osl Cycles: Post-reintegration tweaks to ensure things do compile 2015-01-01 01:31:08 +05:00
shaders Revert "Fix T42888: Separate and Combine HSV distorts the hue value" 2014-12-29 18:14:08 +05:00
svm Revert "Fix T42888: Separate and Combine HSV distorts the hue value" 2014-12-29 18:14:08 +05:00
CMakeLists.txt Cycles: Fix compilation error with compilers which doesn't support AVX 2015-01-01 01:31:08 +05:00
kernel_accumulate.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_avx2.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_avx.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_bake.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_camera.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_compat_cpu.h Cycles: Fix compilation error on non-SSE2 architectures 2014-12-25 14:11:37 +05:00
kernel_compat_cuda.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_compat_opencl.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_debug.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_differential.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_emission.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_film.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_globals.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_jitter.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_light.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_math.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_montecarlo.h Cycles code refactor: minor refactoring and comments for volume code. 2014-03-29 13:03:49 +01:00
kernel_passes.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_path_state.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_path_surface.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_path_volume.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_path.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_projection.h Fix cycles using acosf in panorama render when it should use safe_acosf. 2014-04-18 13:51:29 +02:00
kernel_random.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_shader.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_shadow.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_sse2.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_sse3.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_sse41.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_subsurface.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_textures.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel_types.h Cycles: BVH params option to split leaf node by primitive types 2015-01-12 14:49:56 +05:00
kernel_volume.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel.cl Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel.cpp Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel.cu Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
kernel.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
SConscript Cycles: __KERNEL_DEBUG__ wasn't set for compile-time kernels 2014-10-05 21:42:53 +06:00