Cycles: Fix long compile time with MSVC.

Compile time per kernel increased alot after recent image commits, re-shuffle some code to fix this.

Patch by "LazyDodo".

Differential Revision: https://developer.blender.org/D2012
This commit is contained in:
Thomas Dinges
2016-05-20 16:46:49 +02:00
parent 7ab55d8947
commit a5a05fc291
5 changed files with 72 additions and 18 deletions

View File

@@ -24,6 +24,7 @@
#include "kernel_math.h"
#include "kernel_types.h"
#include "kernel_globals.h"
#include "kernel_cpu_image.h"
#include "kernel_film.h"
#include "kernel_path.h"
#include "kernel_path_branched.h"