smithay/src
Victor Brekenfeld f3f10242e9 Remove the generic "graphics" module.
- Cursor is not necessary anymore as rendering hardware vs software
  cursors just depends on "where" you render the cursor.
- Format is replaced by drm-fourcc and more related to buffers and
  therefor the allocator module anyway.
- GL/Glium are replaced by the renderer module.
- Software was unused and very small anyway and can be implemented
  with the new renderer api.
- SwapBuffersError is (for now) just moved into the top-level backend module.
2021-05-15 16:12:12 +02:00
..
backend Remove the generic "graphics" module. 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