This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/draw/intern
Jeroen Bakker e0f2f07d1e DrawManager: Multithreaded counting of material buckets.
When having multiple materials in a mesh the triangles are sorted based
on material index. This sorting is done single threaded, but needs two
loops over the data. One to count the bucket size and the second one to
add the triangles to the right position in the buckets.

This patch will do the counting in a multithreaded approach that would
speed up the cache creation. It has been measured that this part is the
most blocking part of the cache creation.

Reviewed By: mano-wii

Differential Revision: https://developer.blender.org/D11615
2021-06-18 16:10:28 +02:00
..
2021-06-18 14:41:24 +10:00
2021-06-18 10:50:19 +02:00
2021-05-25 17:16:54 +02:00
2021-03-18 09:36:44 +11:00
2021-02-14 11:19:06 +11:00
2021-06-01 12:49:18 +10:00
2021-05-26 16:49:30 +02:00
2021-02-20 15:35:00 +11:00