[Bf-blender-cvs] [8f3bb8d] master: Cycles: One more attempt to fix issue mentioned in previous commit

Sergey Sharybin noreply at git.blender.org
Thu Jan 14 15:13:39 CET 2016


Commit: 8f3bb8d578451df60d93b99ee0cba5353eb71b9c
Author: Sergey Sharybin
Date:   Thu Jan 14 19:12:11 2016 +0500
Branches: master
https://developer.blender.org/rB8f3bb8d578451df60d93b99ee0cba5353eb71b9c

Cycles: One more attempt to fix issue mentioned in previous commit

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

M	intern/cycles/util/util_debug.cpp

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

diff --git a/intern/cycles/util/util_debug.cpp b/intern/cycles/util/util_debug.cpp
index 6eb8d42..df75d85 100644
--- a/intern/cycles/util/util_debug.cpp
+++ b/intern/cycles/util/util_debug.cpp
@@ -92,7 +92,7 @@ void DebugFlags::OpenCL::reset()
 	if(getenv("CYCLES_OPENCL_MEGA_KERNEL_TEST") != NULL) {
 		kernel_type = DebugFlags::OpenCL::KERNEL_MEGA;
 	}
-	else if(getenv("CYCLES_OPENCL_SPLITKERNEL_TEST") != NULL) {
+	else if(getenv("CYCLES_OPENCL_SPLIT_KERNEL_TEST") != NULL) {
 		kernel_type = DebugFlags::OpenCL::KERNEL_SPLIT;
 	}
 	/* Initialize other flags from environment variables. */




More information about the Bf-blender-cvs mailing list