smithay/anvil
Victor Brekenfeld 510c0a5400 egl: Add debug logging
Add debug logging to egl via the `EGL_KHR_debug` extension similar to our
support for `GL_KHR_debug`. Sadly unlike the GL-extensions the EGL-extension
does not let us provide any user-data for the callback, so we fall back to
using `slog-stdlog`, when available.

Since we only want to initialize this once, when libEGL gets loaded and
not per display, but we need to query the list of supported extensions
first, some initialization steps where moved around.
2021-07-10 20:07:12 +02:00
..
resources move examples into our own compositor: anvil 2018-05-07 19:56:38 +02:00
src egl: Add debug logging 2021-07-10 20:07:12 +02:00
Cargo.toml egl: Add debug logging 2021-07-10 20:07:12 +02:00
build.rs libseat support (#292) 2021-06-15 23:35:16 +02:00