[Bf-blender-cvs] [6782a6076c2] master: Cycles: Add missing split kernel to CPUDevice

Lukas Stockner noreply at git.blender.org
Mon Jul 3 18:28:09 CEST 2017


Commit: 6782a6076c22cd931dbbee03ccb3eca97c1af91d
Author: Lukas Stockner
Date:   Mon Jul 3 18:22:20 2017 +0200
Branches: master
https://developer.blender.org/rB6782a6076c22cd931dbbee03ccb3eca97c1af91d

Cycles: Add missing split kernel to CPUDevice

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

M	intern/cycles/device/device_cpu.cpp

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

diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index 29bb1f91a40..a0cdec0951b 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -248,6 +248,7 @@ public:
 		REGISTER_SPLIT_KERNEL(direct_lighting);
 		REGISTER_SPLIT_KERNEL(shadow_blocked_ao);
 		REGISTER_SPLIT_KERNEL(shadow_blocked_dl);
+		REGISTER_SPLIT_KERNEL(enqueue_inactive);
 		REGISTER_SPLIT_KERNEL(next_iteration_setup);
 		REGISTER_SPLIT_KERNEL(indirect_subsurface);
 		REGISTER_SPLIT_KERNEL(buffer_update);




More information about the Bf-blender-cvs mailing list