Blender Git Loki
Git Commits -> Revision 55d28e6
Revision 55d28e6 by Mai Lavelle (master) August 9, 2017, 08:27 (GMT) |
Cycles: Proper fix for recent OpenCL image crash Problem was that some code checks to see if device_pointer is null or not and the new allocator wasn't even setting the pointer to anything as it tracks memory location separately. Setting the pointer to non null keeps all users of device_pointer happy. |
Commit Details:
Full Hash: 55d28e604e7cd8bcac0ebb8dc8e27e07b58862a3
Parent Commit: 06bf342
Lines Changed: +13, -7
1 Modified Path:
/intern/cycles/device/opencl/opencl_base.cpp (+13, -7) (Diff)