-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aurora platform abstraction library #41
Comments
plfiorini
added a commit
that referenced
this issue
Aug 23, 2023
AuroraCore is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Aug 27, 2023
AuroraCore is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Sep 3, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Sep 13, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Sep 27, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Sep 27, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. Closes: #41
plfiorini
added a commit
that referenced
this issue
Sep 30, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Oct 1, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Oct 13, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Oct 21, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Nov 10, 2023
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Jan 21, 2024
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Jan 21, 2024
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Feb 12, 2024
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
plfiorini
added a commit
that referenced
this issue
Feb 14, 2024
AuroraPlatform is a platform abstraction library that glues together compositors with EGL device integration and input device managers. Compositors will use the platform abstraction layer to access input and output devices directly. AuroraCore has utilities for compositors and device integration plugins. Closes: #41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a platform abstraction library called
AuroraPlatform
.The compositor needs to access the underlying platform: specifically input and output devices.
We will implement device integration plugins as well as input managers to provide access to to the underlying platform such as
drm
,wayland
, and so on...AuroraCompositor
will useAuroraPlatform
to get access to input and output devices.A new
aurora-eglfs
plugin will be created in the qtintegration project, usingAuroraPlatform
and its plugins.Compositors will always run using the new
aurora-eglfs
QPA plugin, not the traditional plugins such aswayland-egl
orxcb
.Entities:
Wayland compositors need to access
A platform abstraction library allows the compositor to access input and output devices, without using Qt private APIs.
The text was updated successfully, but these errors were encountered: