Blender Git Commit Log

Git Commits -> Revision 713852a

Revision 713852a by Bastien Montagne (master)
January 11, 2018, 16:56 (GMT)
Preparation step for nuking OMP from multires code.

Remove the critical OMP sections used to protect mem allocation.

First one can be done in a separate loop before main, parallelized one.

Second one only affect 'private' data, so we only need to ensure
guardedalloc thread safety is enabled.

This is committed as separated step to ease troubleshooting in case
bisecting becomes necesary.

Commit Details:

Full Hash: 713852affbc2d48d52582e2c298c722539c09603
Parent Commit: c253fe5
Lines Changed: +16, -12

1 Modified Path:

/source/blender/blenkernel/intern/multires.c (+16, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021