Files
test/source/blender/blenlib
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-07-27 19:49:29 +02:00
2021-03-29 19:11:17 -06:00
2021-07-20 11:12:24 +10:00
2021-01-11 14:59:05 +01:00
2021-01-11 14:59:05 +01:00
2021-01-04 17:38:11 +11:00
2021-06-02 08:28:46 -04:00
2020-08-28 10:04:26 -06:00
2021-05-21 10:25:47 +05:30
2021-01-04 17:38:11 +11:00
2021-01-15 12:17:11 +11:00
2021-01-11 14:59:05 +01:00
2021-07-07 13:42:46 +10:00
2021-03-25 16:01:41 +01:00
2021-04-19 23:56:12 +10:00
2021-06-28 13:16:32 +02:00