You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the VNC renderer fed the damaged region to the buffer line
by line, resulting in significant rendering delays due to frequent
buffer updates.
The implementation has been optimized to aggregate all updates during
the current screen refresh cycle. The buffer is now updated once per
refresh with the complete damaged region, reducing rendering delays and
preventing screen tearing.
Close#81
0 commit comments