Blender Git Commit Log

Git Commits -> Revision a9105a7

Revision a9105a7 by Lukas Toenne (master)
September 7, 2012, 11:06 (GMT)
Fix for Cycles (CUDA) compilation (again ...). Moved the AttributeStandard enum typedef and the attribute_standard_name mapping function to util_attribute/util_types headers, so they can properly be used by kernel and render files alike. This should avoid any std C includes which are not available in CUDA. Thanks to Sergey for help!

Commit Details:

Full Hash: a9105a7deaccbd98c4e994d8f0f041bef4179bfa
SVN Revision: 50469
Parent Commit: 8b6046c
Lines Changed: +172, -81

3 Added Paths:

/intern/cycles/kernel/kernel_attribute.h (+68, -0) (View)
/intern/cycles/util/util_attribute.cpp (+47, -0) (View)
/intern/cycles/util/util_attribute.h (+31, -0) (View)

8 Modified Paths:

/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/kernel_triangle.h (+4, -38) (Diff)
/intern/cycles/kernel/kernel_types.h (+0, -42) (Diff)
/intern/cycles/render/attribute.h (+1, -0) (Diff)
/intern/cycles/render/mesh.cpp (+1, -1) (Diff)
/intern/cycles/render/scene.h (+1, -0) (Diff)
/intern/cycles/util/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/util/util_types.h (+16, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021