mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 18:50:29 +00:00
Do not import a freshly allocated buffer to all contexts eagerly. Instead check buffer list in context's 'exec_buffer' call and import only buffers needed and not present before GPU execution. This leads to improved performance for applications that use many OpenGL contexts (e.g., VirtualBox 6). issue #4380