Blender Git Commits

Blender Git commits from all branches.

Page: 1093 / 2888

November 5, 2019, 10:56 (GMT)
remove unused code
November 5, 2019, 10:53 (GMT)
cleanup
November 5, 2019, 10:48 (GMT)
access time from node tree
November 5, 2019, 10:19 (GMT)
initial more generic context handling
November 5, 2019, 10:04 (GMT)
GPencil: Apply Layer Tint to Vertex Color
November 5, 2019, 09:41 (GMT)
Merge branch 'master' into greasepencil-object
November 5, 2019, 09:40 (GMT)
GPencil: Tweaks to Vertex Panels
November 5, 2019, 09:30 (GMT)
Merge branch 'master' into soc-2019-openxr
November 5, 2019, 09:10 (GMT)
GPencil: Use standard checkbox for Vertex properties panel
November 4, 2019, 23:41 (GMT)
Tasks: remove scheduler struct, there is only a global one now
November 4, 2019, 23:41 (GMT)
Tasks: rewrite task scheduler and pools to use TBB

TODO: test performance
* Local queues in depsgraph
* Grain size in parallel range
* Iterators chunk size calc
November 4, 2019, 23:41 (GMT)
Tasks: don't pass thread_id always, instead go through accessor

We should move away from using thread IDs and instead store any thread local
data in the TaskParallelTLS. Getting the thread ID will also be more expensive
with TBB and is not so well defined.
November 4, 2019, 23:41 (GMT)
Task: remove local queue and scheduling mode optimizations

Hopefully no longer needed with TBB, but needs to be tested.
November 4, 2019, 23:41 (GMT)
Tasks: use TBB for parallel range
November 4, 2019, 23:41 (GMT)
Task: don't use suspended task pool for iterators

There is no apparent reason for this, and it has extra overhead.
November 4, 2019, 23:41 (GMT)
Task: change func_finalize to func_reduce and func_free

In preparation of using TBB.
November 4, 2019, 23:41 (GMT)
Tasks: split task.c into task_pool.cc and task_iterator.c
November 4, 2019, 23:41 (GMT)
Tasks: move priority from task to task pool
November 4, 2019, 22:17 (GMT)
make Float Range node work again
November 4, 2019, 22:16 (GMT)
assert earlier when nodes were not inserted correctly
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021