mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 04:10:27 +00:00
Among other changes, this patch makes it possible to let Mesa render into a user-provided buffer instead of the screen. This can be achieved with the 'eglCreateWindowSurface()' function, which takes a buffer description as third argument. Fixes #974.