Blender Git Commit Log
Git Commits -> Revision 2ef0cd4
Revision 2ef0cd4 by Thomas Dinges (soc-2016-cycles_images) June 11, 2016, 21:50 (GMT) |
Some WIP code for CUDA half support. * CUDA actually only supports half and half2, but still we should use these instead of own declarations. * For CPU we define half and half4 ourselves, for CUDA I still have to add half4 then. CUDA doesnt compile anymore with this commit, need to fix this later. |
Commit Details:
Full Hash: 2ef0cd4f1eeda8efc0efed1efa4ad1db0bf1a9c4
Parent Commit: 8128f8d
Lines Changed: +28, -16