Skip to content

Download DMA buffers using glReadPixels

Jonas Ådahl requested to merge jadahl/gnome-remote-desktop:wip/egl into master

This makes the RDP and VNC backend use a dedicated EGL thread for transferring GPU memory residing in DMA buffers to CPU memory. It is attempted to avoid any unnecessary copies by constructing the OpenGL pack buffer to match the target framebuffer used by RDP and VNC respectfully.

Edited by Jonas Ådahl

Merge request reports