Package Release Info

weston-10.0.2-bp155.1.10

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libweston-10
libweston-10-0
libweston-desktop-10-0
weston
weston-devel

Change Logs

* Tue Aug 09 2022 Dirk Müller <dmueller@suse.com>
- update to 10.0.2:
  This is a bugfix release for 10.0.0.
  * clients/simple-dmabuf-feedback: do not use buffer before compositor's response
  * kiosk-shell: Check if app_ids have been set after initial commit
  * kiosk-shell: Don't occlude shsurf on other outputs
  * kiosk-shell: Favor out views on same output
  * libweston: Assert if ref-count balance is wrong
  * libweston, desktop-shell: Add a wrapper for weston_surface reference
  * desktop-shell: Create a distinct view for the fade-out close anim
  * desktop-shell: Rename destroy_layer functions
  * desktop-shell: Migrate surface_unlink_view
  * desktop-shell: Check for a valid desktop_surface
  * desktop-shell: Clarify weston_view destruction at tear down
  * desktop-shell: Add missing weston_view_destroy()
  * simple-egl: Add start as maximized
  * libweston-desktop: Replace buffer with geometry
  * simple-egl: Remove uneeded check
  * simple-egl: Defer EGL surface/window creation
  * simple-egl: Move set_fullscreen/set_maximized before initial commit
  * gl-renderer: fix performance regression in frag
  * libweston/compositor: Cache buffer damage for synced subsurfaces
  * tests: Add test for synced subsurfaces and buffer damage
  * libweston/compositor: Do not map subsurfaces without buffer
  * tests: Add test for subsurfaces mapping hierachies
  * clients/simple-dmabuf-feedback: Support multi-tranche feedbacks
  * clients/simple-dmabuf-*: Increase buffer limit to four
  * clients/simple-dmabuf-feedback: Add fallback print method for unknown formats
  * backend-drm: Add failure reasons for failing gbm_bo_import
  * clients/simple-dmabuf-feedback: use time instead of redraws
  * libweston/linux-dmabuf: create surface feedback on demand
* Tue Feb 01 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 10
  * Add building blocks for color management: color
    transformations, gamma correct blending, color profiles.
    These are only internal changes invisible to users for now.
  * Add feedback to linux-dmabuf-unstable-v1, enabling zero-copy
    scanout in more situations.
  * libseat support has been added. It will supersede all
    launchers in a future release.
  * All example clients have been converted to xdg-shell.
  * Weston can now automatically launch a client after startup.
  * The wl_shell interface, the fbdev backend, and weston-launch
    are deprecated.
* Wed Jan 19 2022 Jan Engelhardt <jengelh@inai.de>
- Drop --simple-dmabuf-drm configure option since it has been long
  obsoleted (and only now did meson start being strict).