This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Bastien Montagne efb86b712d Add a new parallel looper for MemPool items to BLI_task.
It merely uses the new thread-safe iterators system of mempool, quite
straight forward.

Note that to avoid possible confusion with two void pointers as
parameters of the callback, a dummy opaque struct pointer is used
instead for the second parameter (pointer generated by iteration over
mempool), callback functions must explicitely convert it to expected
real type.

Also added a basic gtest for this new feature.
2017-11-23 21:14:43 +01:00
..
2016-01-04 14:20:48 +05:00
2017-11-05 14:33:18 +11:00
2017-11-18 17:22:54 +11:00
2017-11-08 18:33:17 -02:00
2017-11-20 01:47:31 +11:00
2017-11-18 17:22:54 +11:00
2017-09-22 16:40:05 -04:00