mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
393a85971c
To make the double buffered shadow buffer damaged tiles detection feasable, a new EGL extension is needed for creating FBO's backed by a custom CPU memory buffer, instead of DMA buffers, as DMA buffers can be very slow to read, much slower than just painting the shadow buffer directly. Leave the code there, since such an EGL extension is intended to be added, but hide it behind an env var so that it isn't enabled by accident. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1724> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |