Files
test/source/blender/blenlib/intern
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
..
2020-07-02 13:03:46 +10:00
2021-05-25 17:16:54 +02:00
2021-05-06 08:09:05 +10:00
2021-07-07 13:42:46 +10:00
2020-10-19 08:12:33 -07:00
2021-02-14 20:58:04 +11:00
2021-04-01 22:20:53 +11:00
2020-10-19 08:12:33 -07:00
2021-07-08 13:31:38 +10:00
2021-03-18 09:36:44 +11:00
2021-03-25 16:01:41 +01:00
2020-11-18 00:27:29 +11:00
2020-08-03 17:42:45 +02:00
2021-07-05 15:54:57 +10:00
2021-07-16 11:45:52 +10:00
2021-07-29 11:38:43 +02:00
2021-01-20 16:15:53 +11:00
2020-10-19 08:43:08 -07:00