mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01: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.