slint/internal/backends/linuxkms
Simon Hausmann d96d37ea4b Fix linuxkms on i915
Adding a framebuffer with the given modifiers fails for some reason. Forcing
the gbm surface to linear is one workaround, but instead
let's use the old API without modifiers but still planar support.

This also removes the dependency to drm-ffi again, which was missing from renderer-femtovg.
2023-07-31 13:47:23 +02:00
..
calloop_backend Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
display Fix linuxkms on i915 2023-07-31 13:47:23 +02:00
LICENSES Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00
renderer Rename extension trait to use Ext as suffix 2023-07-31 13:06:28 +02:00
calloop_backend.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
Cargo.toml Fix linuxkms on i915 2023-07-31 13:47:23 +02:00
fullscreenwindowadapter.rs Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
lib.rs Add basic support for libseat 2023-07-28 13:40:37 +02:00
mouse-pointer.svg Add support for rendering the mouse cursor with linuxkms 2023-07-31 13:06:28 +02:00
noop_backend.rs Add basic support for libseat 2023-07-28 13:40:37 +02:00
README.md Add a new backend that supports rendering fullscreen with Vulkan 2023-07-28 13:40:37 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.