Blender Git Commit Log
Git Commits -> Revision f6c6dd4
Revision f6c6dd4 by Sergey Sharybin (master) May 14, 2015, 18:44 (GMT) |
Cycles: Remove meaningless ifdef checks for features in device_opencl This file was actually checking for features enabled on CPU and surely all of them were enabled, so removing them does not cause any difference. ideally we'll need to do runtime feature detection and just pass some stuff as NULL to the kernel, or maybe also have variadic kernel entry points which is also possible quite easily. |
Commit Details:
Full Hash: f6c6dd44de766725e4409b8cae357817661b91fe
Parent Commit: 5c34266
Lines Changed: +27, -24