diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-10-28 02:44:54 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-10-30 11:57:07 +0100 |
commit | 4aa75bb3bdd195d4715ee8fae51bfb0c0fcd823b (patch) | |
tree | cbed54a2c1fc87251d2f448ed8df87270dcfc2bf /docs | |
parent | 88d41367b8aee961e6c47173a1e8848009e2215a (diff) |
radv: Add wait-before-submit support for timelines.
This is actually a non-threaded implementation. I'd summarize this
as event-based submission.
When submit happens we walk a tree of submissions that depend on
the syncobj signal operations to be submitted and if those submission
we no other dependencies we start to execute them immediately.
Or, well I still use a list to avoid issues with long chains and
the stacksize when using recursion.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions