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

@@ -45,7 +45,7 @@
#include "kernel_differential.h"
#include "kernel_montecarlo.h"
#include "kernel_camera.h"
#include "kernels/cpu/kernel_cpu_image.h"
#include "geom/geom.h"
#include "kernel_projection.h"