Blender Git Loki
Git Commits -> Revision 28e6d05
Revision 28e6d05 by Brecht Van Lommel (master) February 4, 2014, 15:07 (GMT) |
Fix cycles crash with float image textures on CPU without AVX support. The AVX kernel functions for reading image textures could be get used from non-AVX kernels. These are C++ class methods and need to be marked for inlining, all other functions are static so they don't leak into other kernels. |
Commit Details:
Full Hash: 28e6d05e0952bf96eec0320231178c883e0b8079
Parent Commit: 30b5aef
Lines Changed: +15, -9