Blender Git Commit Log

Git Commits -> Revision 2c5f878

Revision 2c5f878 by Kévin Dietrich (openvdb)
January 17, 2016, 15:27 (GMT)
Cycles: create per-thread utils before the actual rendering starts.

Previously, those were created on the fly as needed, but wasn't thread
safe at all, since multiple threads could write to the maps at the same
time.

Commit Details:

Full Hash: 2c5f878ba18ff606f090dc9bcf172b1aa0b2f191
Parent Commit: 59a47ae
Lines Changed: +108, -98

5 Modified Paths:

/intern/cycles/render/volume.cpp (+3, -0) (Diff)
/intern/cycles/util/util_task.cpp (+12, -0) (Diff)
/intern/cycles/util/util_task.h (+3, -0) (Diff)
/intern/cycles/util/util_thread.h (+5, -0) (Diff)
/intern/cycles/util/util_volume.h (+85, -98) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021