1 | | Deleted. Invalid. |
| 1 | Xwayland 23.1.2 is now available. |
| 2 | |
| 3 | This release includes improved DMA-BUF v4 feedback support for direct |
| 4 | scanout, relaxed CVT modes for non-standard modes, fixes for the |
| 5 | CHERI/Morello platform and other various fixes. |
| 6 | |
| 7 | {{{ |
| 8 | xwayland: Avoid gratuitous round trip through event_id |
| 9 | xwayland: Pass vblank pointer itself to xwl_present_flip |
| 10 | xwayland: Stop relying on event_id being a valid pointer |
| 11 | xwayland: Stop using event address as event_id |
| 12 | xwayland/window: Move set-allow functions lower down |
| 13 | xwayland/window: Queue damage after commits are allowed |
| 14 | xwayland: Use a dedicated feedback callback for windows |
| 15 | xwayland: Check for scanout support in tranches |
| 16 | xwayland: Check for implicit scanout availability |
| 17 | xwayland: Add a direct hook to create pixmaps with glamor |
| 18 | xwayland: Add create_pixmap_for_window() to GBM backend |
| 19 | xwayland: Create scanout capable BO with the fallback path |
| 20 | xwayland: Try the Xwayland glamor hook to create pixmaps |
| 21 | xwayland: Recycle buffers when dmabuf feedback changes |
| 22 | xwayland: Make Wayland logs non-fatal |
| 23 | glamor: Fix build without GBM |
| 24 | xwayland: Fix build without GBM |
| 25 | xwayland: Add xwl_glamor_get_drawable_modifiers_and_scanout() |
| 26 | xwayland: Use the new API to set scanout |
| 27 | xwayland: Do not round non-standard modes |
| 28 | xwayland: Use our CVT function for fixed mode as well |
| 29 | Bump version to 23.1.2 |
| 30 | xwayland: use gbm_bo_create_with_modifiers2() |
| 31 | build: set _GNU_SOURCE when checking for SO_PEERCRED |
| 32 | }}} |