Blender Git Commit Log
Git Commits -> Revision 2e7f847
Revision 2e7f847 by Kévin Dietrich (cycles_procedural_api) March 25, 2021, 12:22 (GMT) |
Fix a few issues with prefetching. We need to make sure that the data for the frame that we are trying to render is indeed in the prefetched cache if it is not in the main cache. We also need to avoid race conditions when reading from a partially loaded cache. Finally, use a specific cancel query mechanism to early exit when cancelling prefetching. |
Commit Details:
Full Hash: 2e7f8470817ad3c91ddd954f37e7897d7694292f
Parent Commit: 2022e62
Lines Changed: +184, -91