Blender Git Commit Log
Git Commits -> Revision 1129b5d
Revision 1129b5d by Sergey Sharybin (cycles-x) June 29, 2021, 16:09 (GMT) |
Cycles X: Remove zero_to_device from RenderBuffers::reset() In all the current usages of RenderBuffers::reset the zero was actually redundant. This change makes it easier to allocate temporary render buffer and copy data to it as a part of a specific stream without zero (which happens in the default stream) conflicting. Differential Revision: https://developer.blender.org/D11740 |
Commit Details:
Full Hash: 1129b5dc7fe2191c7608d9d5dad55e8415790387
Parent Commit: c6c6d20
Lines Changed: +0, -2