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);

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to