Files
test2/source/blender
Germano Cavalcante 1775c39986 Fix 'BLI_task_parallel_mempool' keeping 'user_chunk' unchanged
When `BLI_task_parallel_mempool` does not use threading, the
`userdata_chunk` is allocated locally simulating a TLS.

However `func_reduce` is not called so the original chunk is ignored.

`task_parallel_iterator_no_threads` is another function that doesn't call
`func_reduce`. It also ignores `userdata_chunk_local` in the main iterator.

The solution in these cases is not to create a `userdata_chunk_local`.

This fixes T90131

Differential Revision: https://developer.blender.org/D12067
2021-07-29 11:37:10 -03:00
..
2021-03-29 19:11:17 -06:00
2021-07-29 11:38:43 +02:00
2021-07-29 11:38:43 +02:00
2021-07-26 12:32:42 +10:00
2021-07-26 12:32:42 +10:00
2021-07-26 12:32:42 +10:00
2021-07-29 11:38:43 +02:00
2021-07-29 11:38:43 +02:00
2021-07-26 14:57:13 +02:00