Blender Git Commit Log
Git Commits -> Revision 5609ba7
Revision 5609ba7 by Mai Lavelle (cycles_split_kernel) February 9, 2017, 02:56 (GMT) |
Cycles: Fix OpenCL mem_zero and preview renders Viewport rendering wasn't working, this was caused by two problems in mem_zero: - `mem_zero` was being called before kernels were loaded so the `zero_buffer` kernel was unavailable. Added a fallback for this case. - The global size used for enqueuing the `zero_buffer` kernel was large and causing the kernel to fail on some devices. |
Commit Details:
Full Hash: 5609ba7d78e2a16960638f5045d4dca6c89b6fd0
Parent Commit: bea6cfe
Lines Changed: +44, -21
1 Modified Path:
/intern/cycles/device/opencl/opencl_base.cpp (+44, -21) (Diff)