smithay/src
Victor Brekenfeld d99108a8e6 Simplify egl platform code
- Remove EGLStream code, nvidia support will re-introduced,
  when 470 hopefully lands with GBM support this summer.
- Greately simplify the native code by setting exclusively on
  `EGL_EXT_platform_base` and its extensions for initialization.
- Remove generic parameters for the underlying objects on `EGLDisplay`
  and `EGLSurface` by using trait objects instead.
- Allow creation of `EGLContext`s without a config for surface-less usage.
2021-05-15 16:12:12 +02:00
..
backend Simplify egl platform code 2021-05-15 16:12:12 +02:00
utils [Debug Trait] utils 2021-02-22 21:00:49 +01:00
wayland Add allocator module 2021-05-15 16:12:12 +02:00
xwayland Document shell approach for Xwayland launching 2021-02-14 21:15:49 +01:00
lib.rs Make slog-stdlog into an optional dependency 2020-07-12 16:38:05 +02:00
reexports.rs cargo fmt & lint 2020-06-28 00:25:15 +02:00
signaling.rs [Debug Trait] Comments and Cleanup 2021-02-22 21:05:00 +01:00