Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-06-16 00:02:42 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-16 00:02:42 +0300
commit099aaea447e13e186765dafe179f4b7aff948da6 (patch)
treee4160595682877c0fd32f633e6674ef7d5b7fd8d /intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp
parent6c23497185b90d6b7b2485f4468a25db24fa6c21 (diff)
Cycles: Move branched path tracking into own file
Code there started becoming a bit too big, by splitting it up it'll make it easier to do improvements or extending the features in there. The layout is not totally final yet, would need to try de-duplicating parts of code from split kernel with non-split integrators,
Diffstat (limited to 'intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp')
-rw-r--r--intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp b/intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp
index 48579d3b7e5..5c57ad01181 100644
--- a/intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp
+++ b/intern/cycles/kernel/kernels/cpu/kernel_sse41.cpp
@@ -37,6 +37,7 @@
#include "kernel_globals.h"
#include "kernel_film.h"
#include "kernel_path.h"
+#include "kernel_path_branched.h"
#include "kernel_bake.h"
CCL_NAMESPACE_BEGIN