[Bf-blender-cvs] [c75b120] cycles_kernel_split: Dont use OpenCLCache with split kernel

varunsundar08 noreply at git.blender.org
Thu Apr 30 23:25:22 CEST 2015


Commit: c75b1209cba1dfce6a46cc09d3fa2ab260e63b39
Author: varunsundar08
Date:   Wed Apr 29 17:31:03 2015 +0530
Branches: cycles_kernel_split
https://developer.blender.org/rBc75b1209cba1dfce6a46cc09d3fa2ab260e63b39

Dont use OpenCLCache with split kernel

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

M	intern/cycles/device/device_opencl.cpp

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

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 28317de..6d4cf1c 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -2204,8 +2204,6 @@ public:
 			return false;
 		}
 
-		/* TODO : Use OpenCLCahce with spit kernel */
-
 		/* if it is an interactive render; we ceil clos_max value to a multiple of 5 in order
 		* to limit re-compilations
 		*/




More information about the Bf-blender-cvs mailing list