Blender Git Commit Log
Git Commits -> Revision 72e1c55
August 16, 2021, 04:19 (GMT) |
Keyframe: Reduce GPU context switches. This change reduces the GPU context switches when drawing keyframes. In the previous situation the keyframe blocks and keyframe keys were drawn per channel. With this patch first all the keyframe blocks are drawn for all channels and after that the keyframe keys are collected for all channels and send to the GPU in a single draw call. |
Commit Details:
Full Hash: 72e1c5572effb7421a620c682c82453c3f70b163
Parent Commit: 3ce5d86
Committed By: YimingWu
Lines Changed: +143, -123