DrawManager: Use Task Graph for mesh extraction #76298

Closed
opened 2020-05-01 15:26:06 +02:00 by Jeroen Bakker · 7 comments
Member

This part of the design will go over the changes for improving the draw manager threading. The design is based on D7578: Task: Graph Flow Task Scheduling.

In order to create the MeshRenderData in a task we need to split mesh_render_data_create in two phases. First phase will not happen in the callers thread and is responsible to create the MeshRenderData instance and fill it with the statistics of the mesh. These statistics are used to define how the scheduling would take place.
The second phase would do the heavier lifting and would happen in a separate TaskNode (task_node_mesh_render_data).

There will be several additional task_nodes.

  1. a task_node that handles all Single threaded extraction in a single task. we can tweak afterwards if we need to split this into multiple tasks.
  2. a task_node that handles a single task. One task for the whole VBO.
  3. a task_node for range tasks MR_ITER_LOOPTRI, MR_ITER_LOOP, MR_ITER_LEDGE, MR_ITER_LVERT.

The extract_lines_loose should be removed and we based on the existance of ibo.lines we should do it in the finalize of the extract_lines or as part of the Single threaded extraction when the lines were already up to date. As we only need to call extract_lines_loose_finish directly.

The TaskGraph will be instantiated in the draw_manager.c Main Draw Loops And stored in the DrawContext. We need to do this to keep the hacky-optimization that generates the batches during the free-ing of the ghash in drw_duplidata_free.

This part of the design will go over the changes for improving the draw manager threading. The design is based on [D7578: Task: Graph Flow Task Scheduling](https://archive.blender.org/developer/D7578). In order to create the MeshRenderData in a task we need to split `mesh_render_data_create` in two phases. First phase will not happen in the callers thread and is responsible to create the `MeshRenderData` instance and fill it with the statistics of the mesh. These statistics are used to define how the scheduling would take place. The second phase would do the heavier lifting and would happen in a separate `TaskNode` (`task_node_mesh_render_data`). There will be several additional task_nodes. 1. a task_node that handles all `Single threaded extraction` in a single task. we can tweak afterwards if we need to split this into multiple tasks. 2. a task_node that handles a single task. `One task for the whole VBO.` 3. a task_node for range tasks MR_ITER_LOOPTRI, MR_ITER_LOOP, MR_ITER_LEDGE, MR_ITER_LVERT. The `extract_lines_loose` should be removed and we based on the existance of `ibo.lines` we should do it in the finalize of the `extract_lines` or as part of the Single threaded extraction when the lines were already up to date. As we only need to call `extract_lines_loose_finish` directly. The `TaskGraph` will be instantiated in the `draw_manager.c` `Main Draw Loops` And stored in the DrawContext. We need to do this to keep the hacky-optimization that generates the batches during the free-ing of the `ghash` in `drw_duplidata_free`.
Jeroen Bakker self-assigned this 2020-05-01 15:26:06 +02:00
Author
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker
Author
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'

Added subscriber: @geocentric_wage

Added subscriber: @geocentric_wage

Added subscriber: @AlexeyPerminov

Added subscriber: @AlexeyPerminov

This issue was referenced by bf34b0c8f4

This issue was referenced by bf34b0c8f4b8c64bcc4ec0f3371d343e9c2fe029
Author
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Author
Member

Closing as the developments already landed in master.

Closing as the developments already landed in master.
Thomas Dinges added this to the 2.90 milestone 2023-02-08 16:27:21 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#76298
No description provided.