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,
This commit is contained in:
Sergey Sharybin
2015-06-15 23:02:42 +02:00
parent 6c23497185
commit 099aaea447
11 changed files with 538 additions and 510 deletions

View File

@@ -23,6 +23,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