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/cuda
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/cuda')
-rw-r--r--intern/cycles/kernel/kernels/cuda/kernel.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernels/cuda/kernel.cu b/intern/cycles/kernel/kernels/cuda/kernel.cu
index 29bf67d9750..bcd55b8c676 100644
--- a/intern/cycles/kernel/kernels/cuda/kernel.cu
+++ b/intern/cycles/kernel/kernels/cuda/kernel.cu
@@ -22,6 +22,7 @@
#include "../../kernel_globals.h"
#include "../../kernel_film.h"
#include "../../kernel_path.h"
+#include "../../kernel_path_branched.h"
#include "../../kernel_bake.h"
/* device data taken from CUDA occupancy calculator */