Blender Git Commit Log
Git Commits -> Revision 4f2583e
Revision 4f2583e by Sergey Sharybin (master) January 2, 2015, 09:58 (GMT) |
Fix T43027: OpenCL kernel compilation broken after QBVH OpenCL apparently does not support templates, so the idea of generic function for swapping is a bit of a failure. Now it is either inlined into the code (in triangle intersection) or has specific implementation for QBVH. This is probably even better, because we can't create QBVH-specific function in util_math anyway. |
Commit Details:
Full Hash: 4f2583ee1300157a2f08532509ab3a53ef3a7b47
Parent Commit: da66a2c
Lines Changed: +22, -29