Doug Binks
Doug Binks
I have been considering adding dynamic dependencies which would support data access dependencies to enkiTS, but have not yet done so. A simpler change which I have also been considering...
> Could you elaborate on the "given range" being delayed? As in the entire task set itself? So `ITaskSet` is executed (potentially on many threads) with a given `TaskSetPartition range_`....
My plan was to add this functionality via dynamic dependencies, in which tasks which couldn't run aren't added to the task queue until they are able to run. Some comments...
Thanks for this initial implementation by the way, it's a good start towards such an API and has helped uncover some of the issues with delaying / not running tasks.
After some thought I have an idea for how this could work, and will try to develop solution on a branch in the near future. I'll ping this thread once...
Many thanks for the rapid change. I will pull and check this over shortly.
EDIT: Ignore below, this was using X11 I just performed a quick test of this code, using an English UK and French AZERTY keyboard setup in Ubuntu (real keyboard is...
Ignore the above - I had assumed this was defaulting to Wayland but the branch point was earlier so it was defaulting to X11. Testing with Wayland (which uses this...
Checks from [contributing-a-bug-fix](https://github.com/glfw/glfw/blob/master/docs/CONTRIBUTING.md#contributing-a-bug-fix) (this isn't really a bug fix but it's not a feature either): - Change log entry in README.md, describing the incorrect behavior: Not sure if we need...
Can I ask why this PR was closed?