- 29 Sep, 2021 1 commit
-
-
Pekka Paalanen authored
See #6 . The file color.rst is left as a pointer to the new place for now, as there are likely links to it circulating. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 30 Nov, 2020 1 commit
-
-
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 30 Oct, 2020 1 commit
-
-
Pekka Paalanen authored
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 28 Oct, 2020 1 commit
-
-
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 22 Oct, 2020 1 commit
-
-
Naveen Kumar authored
This patch: * Addresses feedback & suggestions from Pekka, Swick * This adds well-known EOTF, chromaticity and whitepoint names in the protocol * updates color.rst doc with list of tables & short description for most of the well-known names Signed-off-by:
Naveen Kumar <naveen1.kumar@intel.com>
-
- 02 Oct, 2020 1 commit
-
-
Pekka Paalanen authored
Fixes: swick/wayland-protocols#1 Fixes: !14 (comment 616851) Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 29 Sep, 2020 2 commits
-
-
Pekka Paalanen authored
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
Pekka Paalanen authored
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 10 Sep, 2020 1 commit
-
-
Vitaly Prosyak authored
Signed-off-by:
Vitaly Prosyak <vitaly.prosyak@amd.com>
-
- 08 Sep, 2020 3 commits
-
-
Sebastian Wick authored
Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net>
-
Sebastian Wick authored
error and creation failure Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net>
-
Sebastian Wick authored
chromaticity and whitepoint names from the protocol Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net>
-
- 03 Sep, 2020 1 commit
-
-
Sebastian Wick authored
* creating a color space now leads through the color_space_creator object which allows us to fail at ceating the color space * there are now three ways to create a color space. From an ICC profile, from well-known names and parametrically. * multiple color_management_outputs can now be created for a single wl_output * color_space_changed is not send when the object is created anymore * clearify that destroying a color space has no effect on the color space state associated with surfaces and outputs * preferred color space is send only after it is determined or changed * preferred color space is send to all matching wl_outputs Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net>
-
- 20 Aug, 2020 1 commit
-
-
Pekka Paalanen authored
This adds a very high level overview of how color management is supposed to work on Wayland, compared to how it worked on X11. The aim is to get people discussing this protocol extension to the same page about the general approach which is fundamentally different from X11. Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 11 Aug, 2020 1 commit
-
-
This protocol specifies a way for a client to set the color space and HDR metadata of a surface and to get information about the color spaces and HDR capabilities of outputs. For more information, see color.rst. Signed-off-by:
Sebastian Wick <sebastian@sebastianwick.net> [Pekka: added color.rst] Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 29 Feb, 2020 6 commits
-
-
Jonas Ådahl authored
Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
Jonas Ådahl authored
README was distributed by default due to implicit autotools rules, so when we renamed to README.md, it stopped being included. While at it, also add the two other new files. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
Jonas Ådahl authored
Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
Jonas Ådahl authored
This commit adds protocol additions making it possible to request that a popup should be repositioned according to a new xdg_positioner object. Explicit popup moving is done using a new request on xdg_popup: xdg_popup.reposition. What it does is change the parameters used for positioning a popup by providing a new xdg_positioner object. This request is coupled with a new event; xdg_popup.repositioned, sent together with the configure events (xdg_popup.configure and xdg_surface.configure) to notify about the completion of the reposition request. The reposition request also takes a token that is later passed via the repositioned event; this is done so that a client may determine for which reposition request the compositor has sent configure events. Synchronization between surfaces to avoid state application race condition are deliberately left out, and should be handled by an external protocol. To brief the compositor of the future dimension of the parent that the compositor should position the popup against, a xdg_positioner.set_parent_size request is added. Lastly, a request to couple a xdg_positioner object with a parent configure event is added (xdg_positioner.set_parent_configure) in order for a compositor to pair a popup reposition request with a pending configure event, and it's resulting window geometry. This is necessary to, for example, properly constrain a popup given a future parent state. An example of when this may be necessary is an interactive resize where both the toplevel position and the relative popup position changes. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by:
Simon Ser <contact@emersion.fr>
-
Jonas Ådahl authored
This commit adds protocol additions making it possible to implicitly reposition an already mapped popup if the conditions for the constraint changed (e.g. toplevel moved). Implicit popup moving is done by setting a adjustment flag on the positioner used to create it that will cause the compositor to adjust the position as the conditions used to constrain it change. These changes may include, for example, changes in the position of the parent window or the geometry of the work area. To allow the client to update its content in response to the updated position, the client must ack the configure event, optionally with new content. Until the client acks this configure event, the existing positioner will continue to be used. Implicit repositioning by itself is racy regarding inter-surface synchronization of applied state. Inter-surface synchronization is deliberately left out of xdg-shell, and left to be handled externally. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by:
Simon Ser <contact@emersion.fr>
-
Jonas Ådahl authored
It mentioned the now removed x, y parameters of xdg_surface.get_popup. The xdg_positioner now has the relevant documentation that was previously documented by the now removed paragraph. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Simon Ser <contact@emersion.fr>
-
- 25 Feb, 2020 1 commit
-
-
Johan Klokkhammer Helsing authored
Eskil is the team lead for the Qt Oslo Graphics team.
-
- 22 Jan, 2020 1 commit
-
-
Ivan Molodetskikh authored
This helps binding generators such as the one in wayland-rs. Signed-off-by:
Ivan Molodetskikh <yalterz@gmail.com>
-
- 18 Dec, 2019 1 commit
-
-
Simon Ser authored
This converts GOVERNANCE, MEMBERS and README to Markdown documents. These are only cosmetic changes, the actual contents and wording have been retained. GitLab pretty-prints Markdown and adds anchors. We can now add links from one document to another. Unfortunately GOVERNANCE lettered lists have been converted to numbered lists, because Markdown doesn't support the former. Signed-off-by:
Simon Ser <contact@emersion.fr> Closes: #3
-
- 21 Nov, 2019 2 commits
-
-
Simon Ser authored
The script runs automated protocol validation checks. The image is generated using fd.o CI templates [1]. [1]: https://gitlab.freedesktop.org/wayland/ci-templates Signed-off-by:
Simon Ser <contact@emersion.fr> Closes: wayland/wayland-protocols#5
-
Simon Ser authored
51018825 ("Add governance document") adds a GOVERNANCE document describing development based on GitLab merge requests. Update the README file accordingly. Some information is duplicated across README and GOVERNANCE, this is intentional to make README provide a more human-friendly, less bureaucratic version. GOVERNANCE is still the authoritative version. Signed-off-by:
Simon Ser <contact@emersion.fr>
-
- 20 Nov, 2019 2 commits
-
-
Simon Ser authored
This allows editors to pick up the correct indent style for *.xml files. Signed-off-by:
Simon Ser <contact@emersion.fr>
-
Simon Ser authored
The idea of a better-defined governance model for wayland-protocols has been discussed for quite a while [1]. A new GOVERNANCE document describes how changes to the wayland-protocols repository are accepted. A set of members representing projects can vote on merge requests sent via GitLab. The initial list of members is available in the MEMBERS file. [1]: https://lists.freedesktop.org/archives/wayland-devel/2019-February/040076.html Signed-off-by:
Drew DeVault <sir@cmpwn.com> Signed-off-by:
Simon Ser <contact@emersion.fr> Acked-by:
Daniel Stone <daniels@collabora.com> Acked-by:
Pekka Paalanen <pekka.paalanen@collabora.com> Acked-by:
Johan Helsing <johan.helsing@qt.io> Acked-by:
Roman Gilg <subdiff@gmail.com> Acked-by:
Christopher James Halse Rogers <raof@ubuntu.com> Acked-by:
Alan Griffiths <alan.griffiths@canonical.com> Acked-by:
Jonas Ådahl <jadahl@gmail.com> Cc: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Cc: Carlos Garnacho <carlosg@gnome.org> Cc: David Edmundson <david@davidedmundson.co.uk>
-
- 06 Sep, 2019 1 commit
-
-
Signed-off-by:
Pekka Paalanen <pekka.paalanen@collabora.com> Reviewed-by:
Simon Ser <contact@emersion.fr> Acked-by:
Daniel Stone <daniels@collabora.com> Acked-by:
Victor Berger <victor.berger@m4x.org>
-
- 25 Jul, 2019 2 commits
-
-
Jonas Ådahl authored
Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
The output description is a human-readable text describing the output. Unlike the name which uniquely identifies the output, it's intended to be displayed to the user. It might be desirable for a compositor to update an output's description. For instance, when only one output is plugged in, it's not necessary to dump make, model, serial and connector to the description, something like "Dell U2717D" is enough. However when two identical outputs are plugged in it's necessary to add e.g. the connector type to tell them apart ("Dell U2717D on HDMI"). See [1] for a discussion about this. This commit bumps xdg_output's version to allow compositors to update the property. [1]: https://github.com/swaywm/wlroots/issues/1623 Signed-off-by:
Simon Ser <contact@emersion.fr> Reviewed-by:
Jonas Ådahl <jadahl@gmail.com> Acked-by:
Olivier Fourdan <ofourdan@redhat.com>
-
- 17 Jul, 2019 3 commits
-
-
LibreOffice is one big binary with explicit brandings for different application modules. This is represented in X11 by a different WM_CLASS setting for a window. The WM_CLASS is changed based on the loaded document at runtime. As a result LibreOffice already offers multiple desktop files with different icons, StartupWMClass entries and application names. This amendment of the set_app_id request just explicitly specifies the use case to change a surfaces' app ID at runtime, so a compositor implementor is made aware of it. Just as the WM_CLASS, a change of the app ID should result in an update of the propertes of a surface depending on the app ID, like the window icon specified in the desktop file or a re-grouping of the surfaces in a task manager. Signed-off-by:
Jan-Marek Glogowski <glogow@fbihome.de> Reviewed-by:
Jonas Ådahl <jadahl@gmail.com> Reviewed-by:
Simon Ser <contact@emersion.fr>
-
This allows clients to destroy a gesture object before they disconnect. The request isn't named "destroy", as this would conflict with wayland-scanner's auto-generated destructor (which just destroys the client-side object without sending any request). Signed-off-by:
Simon Ser <contact@emersion.fr> Reviewed-by:
Jonas Ådahl <jadahl@gmail.com>
-
This commit makes it so a wl_output.done event is guaranteed to be sent with a xdg_output.done event. This protocol change has been discussed in a recent xorg-devel discussions [1]. First let's recap why a change is needed: Xwayland listens to both wl_output and xdg_output changes. When an output's properties change, Xwayland expects to receive both a wl_output.done event and an xdg_output.done event. If that's not the case, Xwayland doesn't update its state (so old state is still exposed to X11 clients). Most of the time, both objects will be updated at the same time (e.g. the current mode is changed, so both wl_output.mode and xdg_output.logical_size are sent) so this won't be an issue. However in some situations only one of wl_output or xdg_output changes. For instance: - The mode is changed at the same time as the scale, resulting in the same logical_size. - The compositor doesn't expose the outputs' position via wl_output, so whenever the position changes only xdg_output is updated. Both KDE [2] and wlroots [3] have experienced this issue. For this reason, I'd like to update the xdg-output protocol to make it mandatory to always send a wl_output.done event after xdg_output changes. This effectively makes wl_output.done atomically apply all output state (including the state of add-on objects like xdg_output). This approach is pretty similar to wl_surface.commit: this request will atomically apply surface state including the state of e.g. the xdg_surface object tied to the wl_surface. To update the protocol to reflect this new requirement we can either: - **Bump xdg_output version**. The current protocol doesn't specify that wl_output.done must be sent, adding this new requirement would be a breaking change. We need to fix Xwayland for the current xdg_output version (maybe make it non-atomic for the current version, atomic for the new one?). Should we deprecate xdg_output.done in the new version? - **Don't bump xdg_output version**. This clarifies what is expected in practice by Xwayland, a major xdg_output consumer, and what is currently implemented by all compositors. There's one issue with the "don't bump" approach: indeed in practice compositors always send wl_output.done and xdg_output.done in pairs, however the ordering between those two events is not guaranteed. This means some compositors might send this sequence: wl_output.geometry(…) wl_output.done() xdg_output.logical_position(…) xdg_output.done() In this case the wl_output.done event fails to atomically apply the xdg_output state. For this reason, I think bumping the version is a better approach. This commit also deprecates xdg_output.done, which doesn't have any purpose anymore. [1]: https://lists.x.org/archives/xorg-devel/2019-April/058148.html [2]: https://phabricator.kde.org/D19253 [3]: https://github.com/swaywm/sway/issues/4064 Signed-off-by:
Simon Ser <contact@emersion.fr> Reviewed-by:
Olivier Fourdan <ofourdan@redhat.com> Reviewed-by:
Jonas Ådahl <jadahl@gmail.com>
-
- 22 May, 2019 1 commit
-
-
Jonas Ådahl authored
As requested by Mike, update the E-mail address listed in the README. Signed-off-by:
Jonas Ådahl <jadahl@gmail.com>
-
- 02 May, 2019 1 commit
-
-
DRM_FORMAT_MOD_INVALID means to derive the modifier from the dmabuf. It provides legacy support and makes it easier to replace wl_drm. v3: DRM_FORMAT_MOD_INVALID must be advertised to be supported (which requires a version bump) v4: no version bump, but a note for now Signed-off-by:
Chia-I Wu <olvaffe@gmail.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.com> Reviewed-by:
Simon Ser <contact@emersion.fr> Reviewed-by:
Daniel Stone <daniels@collabora.com>
-
- 17 Jan, 2019 1 commit
-
-
Signed-off-by:
Sebastian Krzyszkowiak <dos@dosowisko.net> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
- 14 Dec, 2018 3 commits
-
-
Clarify that after zwp_buffer_release_v1 events, otherwise unused buffers can be reused without any additional implicit synchronization. This is in contrast to wl_buffer.release, which doesn't guarantee that implicit synchronization is not required to safely use a buffer after the event is received. Signed-off-by:
Alexandros Frantzis <alexandros.frantzis@collabora.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
Graphics APIs are expected to use this protocol under the hood, and since there can only be one user of explicit synchronization per surface, warn about using the protocol directly in such cases. Signed-off-by:
Alexandros Frantzis <alexandros.frantzis@collabora.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-
Add opaque EGL buffers to the supported buffer types for use with the explicit synchronization protocol. Opaque EGL buffers rely on the same EGL implementation in both the compositor and clients, which makes it straightforward to manage client expectations about fence support for such buffers. Also make it clearer that implementations are free to support other buffer types beyond the required ones. Signed-off-by:
Alexandros Frantzis <alexandros.frantzis@collabora.com> Reviewed-by:
Pekka Paalanen <pekka.paalanen@collabora.com>
-