mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
Jonas Ådahl
934184e236
MetaRendererNative: Add EGLDevice based rendering support
This commit adds support for using a EGLDevice and EGLStreams for rendering on top of KMS instead of gbm. It is disabled by default; to enable it pass --enable-egl-device to configure. By default gbm is first tried, and if it fails, the EGLDevice path is tried. If both fails, mutter will terminate just as before. https://bugzilla.gnome.org/show_bug.cgi?id=773629
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%