-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support wp_viewporter #2599
Comments
That you can use it to kinda implement fractional scaling is somewhat of a side effect; ideally fractional scaling would be negotiated directly, with the compositor's explicit participation, rather than worked around with a protocol that can be made to sorta get the right effect. |
Mir v2.11's missing |
Closed by #3445 |
Several clients such as SDL or Waydroid are now using viewporter protocol in order to crop and/or scale the attached buffer. It's also the recommended way for clients to deal with fractional output scaling.
Mir appears to be missing support for this protocol entirely.
Weston comes with a simple client to verify the implementation:
weston-scaler
.The text was updated successfully, but these errors were encountered: