-
Notifications
You must be signed in to change notification settings - Fork 3k
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
video/out/wayland: update color management protocol to the final upstream version #15720
base: master
Are you sure you want to change the base?
Conversation
b716ad4
to
35a65c7
Compare
The |
@@ -8,7 +8,7 @@ protocols = [[wl_protocol_dir, 'stable/presentation-time/presentation-time.xml'] | |||
[wl_protocol_dir, 'staging/content-type/content-type-v1.xml'], | |||
[wl_protocol_dir, 'staging/fractional-scale/fractional-scale-v1.xml'], | |||
[wl_protocol_dir, 'staging/single-pixel-buffer/single-pixel-buffer-v1.xml'], | |||
['protocols', 'xx-color-management-v4.xml']] | |||
[wl_protocol_dir, 'staging/color-management/color-management-v1.xml']] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be version checked, see below if features['wayland-protocols-1-..']
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll leave this open as a TODO until the version to make it dependent on exists
51dc4d7
to
c71fa21
Compare
c71fa21
to
8ed3cf6
Compare
8ed3cf6
to
182b20d
Compare
|
||
if (xx_primaries == -1) | ||
if (primaries == 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could do !primaries
for these and below.
Should only be merged once https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/14 is merged too