[Bf-blender-cvs] [7938bd1] master: Cycles: Remove OSL from split headers

Sergey Sharybin noreply at git.blender.org
Thu May 21 13:13:15 CEST 2015


Commit: 7938bd18772e775838bd7b31457cf74ce87d230a
Author: Sergey Sharybin
Date:   Thu May 21 16:12:09 2015 +0500
Branches: master
https://developer.blender.org/rB7938bd18772e775838bd7b31457cf74ce87d230a

Cycles: Remove OSL from split headers

Split kernel is mainly useful for GPUs which can not support OSL in visible
future anyway.

===================================================================

M	intern/cycles/kernel/kernel_split.h

===================================================================

diff --git a/intern/cycles/kernel/kernel_split.h b/intern/cycles/kernel/kernel_split.h
index 52baf68..d4bcb9b 100644
--- a/intern/cycles/kernel/kernel_split.h
+++ b/intern/cycles/kernel/kernel_split.h
@@ -24,10 +24,6 @@
 
 #include "util_atomic.h"
 
-#ifdef __OSL__
-#include "osl_shader.h"
-#endif
-
 #include "kernel_random.h"
 #include "kernel_projection.h"
 #include "kernel_montecarlo.h"




More information about the Bf-blender-cvs mailing list