Blender Git Commits
April 7, 2021, 09:10 (GMT) |
Merge branch 'temp-compositor-scheduling' into temp-compositor-single-threaded-operation |
Revision c6c0b79 by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 7, 2021, 08:57 (GMT) |
Replace sleep with yield. |
Revision 877b76c by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 14:36 (GMT) |
Small tweaks to comments and definitions. |
Revision f27959f by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 14:31 (GMT) |
Remove unused definition. |
Revision 6587eb6 by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 14:24 (GMT) |
Compositor use atomics for scheduling. |
Revision bf68966 by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 13:43 (GMT) |
Updated comment. |
Revision c8e3757 by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 13:43 (GMT) |
Missing case in last commit. |
Revision e9fae9e by Jeroen Bakker (temp-compositor-scheduling, temp-compositor-single-threaded-operation) April 6, 2021, 12:43 (GMT) |
Merge branch 'master' into temp-compositor-scheduling |
April 6, 2021, 11:57 (GMT) |
Fixing filter_denoise.blend test case. Issue was that the inpaint node was being isolated, and the denoise node wasn't (yet) the inpaint node thought that the denoise node was the write operator of the inpaint node. This isn't correct it should add a new write buffer operator to store its result. |
April 6, 2021, 10:09 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |
April 6, 2021, 06:40 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |
April 6, 2021, 06:19 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |
April 2, 2021, 14:28 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |
April 2, 2021, 13:53 (GMT) |
Remove unused definition. |
April 2, 2021, 13:48 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |
April 2, 2021, 12:58 (GMT) |
Cleanup: Don't use mutex. Isn't needed anymore. |
April 2, 2021, 12:53 (GMT) |
Reduce allocation. A temp buffer was allocated and copied to another. |
April 2, 2021, 09:28 (GMT) |
Compositor: Added debugging tools. |
April 2, 2021, 08:29 (GMT) |
Merge branch 'temp-compositor-scheduling' into temp-compositor-single-threaded-operation |
April 2, 2021, 08:09 (GMT) |
Merge branch 'master' into temp-compositor-single-threaded-operation |