uwerat / vnc-eglfs

VNC server for Qt/Quick on EGLFS
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Avoid extra flipping of the framebuffer #8

Open uwerat opened 2 years ago

uwerat commented 2 years ago

Instead of flipping the grabbed framebuffer we could invert the order of the lines when iterating in inverted order when sending the lines to the wire. ( minor performance improvement )