summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* xwayland: upgrade 23.2.3 -> 23.2.4Dhairya Nagodra2024-03-161-1/+1
| | | | | | | | | Includes fixes for CVE-2023-6816, CVE-2024-0408, CVE-2024-0409 (From OE-Core rev: 91f5e2a55212f3e0c8ce9269a139a7f4519f28a9) Signed-off-by: Dhairya Nagodra <dnagodra@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xserver-xorg: 21.1.9 -> 21.1.11Kai Kang2024-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update xserver-xorg from 21.1.9 to 21.1.11. Release Notes of 21.1.11 [1]: This release contains fixes for the issues reported in today's security advisory: https://lists.x.org/archives/xorg/2024-January/061525.html * CVE-2023-6816 * CVE-2024-0229 * CVE-2024-21885 * CVE-2024-21886 * CVE-2024-0408 * CVE-2024-0409 Additionally, it also contains a fix for XRandR to allow for multiple virtual monitors on a physical display. Release Notes of 21.1.10 [2]: This release contains fixes for CVE-2023-6377 and CVE-2023-6478 as reported in today's security advisory: https://lists.x.org/archives/xorg-announce/2023-December/003435.html [1]: https://lists.x.org/archives/xorg/2024-January/061526.html [2]: https://lists.x.org/archives/xorg/2023-December/061518.html (From OE-Core rev: e06a10763ee8ed99c9dd8122b49227e7085fd964) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fc9da07bd181ee6f7ae51a5b6db40af0b94cd046) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libva-utils: upgrade 2.20.0 -> 2.20.1Wang Mingyu2024-01-311-1/+1
| | | | | | | | | | | | | | | Changelog: ============ -Fix some coverity issues exposed in encode -Fixed VPP coverity issues (From OE-Core rev: 3ff4aee01896dc301250d38acf0a67629d317db8) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2bd1443d047ba56196b2eaa7d59b3c39c9c0f49b) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xwayland: upgrade 23.2.2 -> 23.2.3Wang Mingyu2024-01-271-1/+1
| | | | | | | | | | | | | | upgrade include fix for CVE-2023-6377 CVE-2023-6478 (Cherry-pick from OE-Core rev: bf0bb7b94ed4930145af5f1fb3836157daceb6bb) (From OE-Core rev: 3882f403a756563a90c9e517211adebabfb0499d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xserver-xorg: upgrade 21.1.8 -> 21.1.9Wang Mingyu2023-12-151-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== -present: Send a PresentConfigureNotify event for destroyed windows -Switch to libbsd-overlay -Xi/randr: fix handling of PropModeAppend/Prepend -mi: reset the PointerWindows reference on screen switch (From OE-Core rev: 84236ab1d21b4df62d8ba074fe9f4ac4719a7333) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 82e87caedf84dcf5a933dbfc92718ac1cdd29734) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* xwayland: upgrade to 23.2.2Ross Burton2023-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | e4487cae1 Bump version to 23.2.2 1e8478455 Xi/randr: fix handling of PropModeAppend/Prepend (CVE-2023-5367) 829a99117 Switch to libbsd-overlay 4f8a851b6 xwayland: Cancel the EI disconnect timer when freed cc79b2a83 glamor: xv: Fix invalid accessing of plane attributes for NV12 07c18c90e xwayland: Give up on EI on setup failure 10353a01a xwayland: Add an option to enable EI portal support 4f8e209d2 xwayland/glamor/gbm: Set GBM_BO_USE_LINEAR if only LINEAR modifier is supported c9a842e60 xwayland/present: Handle NULL window_priv in xwl_present_cleanup 2bd43be92 glamor: fixes GL_INVALID_ENUM errors on ES if there is no quads ( cherry-pick from commit 7d0fc94d09db76d4c4d6ca9d2da1b30768f68c9e ) (From OE-Core rev: afaca63391f3d0318dd9ad79512d8a792e4052a6) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libjpeg-turbo: upgrade 3.0.0 -> 3.0.1Wang Mingyu2023-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============= 1. The x86-64 SIMD functions now use a standard stack frame, prologue, and epilogue so that debuggers and profilers can reliably capture backtraces from within the functions. 2. Fixed two minor issues in the interblock smoothing algorithm that caused mathematical (but not necessarily perceptible) edge block errors when decompressing progressive JPEG images exactly two MCU blocks in width or that use vertical chrominance subsampling. 3. Fixed a regression introduced by 3.0 beta2[6] that, in rare cases, caused the C Huffman encoder (which is not used by default on x86 and Arm CPUs) to generate incorrect results if the Neon SIMD extensions were explicitly disabled at build time (by setting the 'WITH_SIMD' CMake variable to '0') in an AArch64 build of libjpeg-turbo. (From OE-Core rev: c86d9c34aea1e735c9c828029ce0ae1501928e4c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit f1d2ffb6c7282751919a7057ffc445db71866f96) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* harfbuzz: upgrade 8.2.1 -> 8.2.2Wang Mingyu2023-12-051-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Fix regression from 8.1.0 in shaping fonts with duplicate feature tags. - Fix regression from 8.2.0 in parsing CSS-style feature strings. - Variable fonts instanciation now handles more tables. - Various CMake build improvements. - various fixes to build without errors with gcc 4.9.2. (From OE-Core rev: d33248db045b6959c641630dda1aa35aaf702648) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 7380afcb41db7b1a93c716af567d4a30a71dddcd) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* libsdl2: upgrade 2.28.3 -> 2.28.4Wang Mingyu2023-11-241-1/+1
| | | | | | | | | | | | | | | | This is a stable bugfix release, with the following changes: Enable clipping for zero sized rectangles in the SDL renderer Notify X11 clipboard managers when the clipboard changes Fixed sensor timestamps for third-party PS5 controllers Added detection for Logitech and Simagic racing wheels (From OE-Core rev: 3923426c799f8772fb84303000d04ac3d968e84f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit f47de111cd66c3f9a5a6d5589e1fd034027a0a75) Signed-off-by: Steve Sakoman <steve@sakoman.com>
* pixman: ignore CVE-2023-37769Ross Burton2023-11-031-0/+2
| | | | | | | | | | | This issue relates to a floating point exception in stress-test, which is an unlikely security exploit at the best of times, but the test is not installed so isn't relevant. (From OE-Core rev: a36d62a06be6cce1a438f8f2178eb60aad6b7267) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxpm: upgrade to 3.5.17Ross Burton2023-10-051-1/+1
| | | | | | | | | | | | This release fixes the following CVEs: - CVE-2023-43788 - CVE-2023-43789 (From OE-Core rev: 46dd8ce41756dbc2aa0f9001416f208cced1c8d5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libx11: upgrade to 1.8.7Ross Burton2023-10-051-1/+1
| | | | | | | | | | | | | This incorporates fixes for the following CVEs: - CVE-2023-43785 - CVE-2023-43786 - CVE-2023-43787 (From OE-Core rev: a1534bb34b680bfc5cb2f35b5fd5a0c2afed6368) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Upgrade 23.1.8 -> 23.2.1Markus Volk2023-10-045-111/+12
| | | | | | | | | | | | | | | | | | | - update 0001-gallium-Fix-build-with-llvm-17.patch - remove as added upstream: 0001-intel-Allow-using-intel_clc-from-the-system.patch - intel clc build is currently broken with llvm 17, but that issue is also present with mesa 23.1.8 https://gitlab.freedesktop.org/mesa/mesa/-/issues/9701 https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24879 https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/2153 (From OE-Core rev: d95beb63b3cb8b8e53109304ab88b3938b137035) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wayland: consider pkgconfig sysroot for pkgdatadirAndreas Cord-Landwehr2023-10-042-0/+47
| | | | | | | | | | | | Fix pkgconfig find calls to find wayland protocol XML files. See discussion in: https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/102 (From OE-Core rev: 428ffec520ff25b2a29d506d7af9e6ba8a150d8f) Signed-off-by: Andreas Cord-Landwehr <cordlandwehr@kde.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Fix native build on hosts with llvm-dev installedKhem Raj2023-09-292-0/+43
| | | | | | | | | | | This issue is always there, it just shows up with newer LLVM since symbol mismatches are being found otherwise it was happily linking with host libLLVM.so silently. (From OE-Core rev: 941089fa63e2b38608291251d52a354f0f624926) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Simplify llvm-17 patchKhem Raj2023-09-291-5/+2
| | | | | | | | | | | llvm-17 support patch had redundant checks for llvm-17, Simplify them as submitted in v3 upstream (From OE-Core rev: 97f97ff02514303b71a07e53d2a486a12861814e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* harfbuzz: upgrade 8.2.0 -> 8.2.1Wang Mingyu2023-09-281-1/+1
| | | | | | | | | | | Changelog: Unicode 15.1 support. (From OE-Core rev: 878ae9cc02a865953201575840027e0577b372f4) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xwayland: upgrade 23.1.2 -> 23.2.1Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: de357ee49f7843939bc09888a0b3318d7f8cd195) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-libinput: upgrade 1.3.0 -> 1.4.0Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: 4cbada294a373031fe3bd74028bd51c1df460d5b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl2: upgrade 2.28.0 -> 2.28.3Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: b2722a341786f1cae75ad4e1266ab444850a5aa7) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kmscube: upgrade to latest revisionAlexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: b64fb135607c2e3660d60d98bbfc1f2551b82c4b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* freetype: upgrade 2.13.1 -> 2.13.2Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: 350f0e30f197c89b1e943d6bf6a1c002eb5471bd) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* font-util: upgrade 1.4.0 -> 1.4.1Alexander Kanavin2023-09-261-5/+5
| | | | | | | | | | | License-update: clarify license for unicode items: https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/7 (From OE-Core rev: de98844d3e574dcbb91eee2f7d9e1dd88bfb21fb) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-proto: upgrade 1.15.2 -> 1.16.0Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: 7beeede15f9206da27c6c021646269b61bf1e7b5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxcb: upgrade 1.15 -> 1.16Alexander Kanavin2023-09-261-1/+1
| | | | | | | | (From OE-Core rev: 74a6ad56bc7a090c069a499a0c6ac567a0229e1d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vulkan: upgrade 1.3.250.0 -> 1.3.261.1Alexander Kanavin2023-09-269-75/+14
| | | | | | | | | | License-update: clarifiction that licenses are apache and mit. (From OE-Core rev: fd8558c52585ff7397b87e3579ae85e63bf8c10b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Upgrade 23.1.7 -> 23.1.8Markus Volk2023-09-263-1/+1
| | | | | | | | (From OE-Core rev: eb7339bd83c101f127cf580024bb5448ab36943e) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: Update clang-17 patch to upstream v2Khem Raj2023-09-261-9/+18
| | | | | | | (From OE-Core rev: 1172774088a81dfa0447cf7d39caf115bd6c6a7c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Drop remaining PR values from recipesRichard Purdie2023-09-2215-15/+0
| | | | | | | | | | | | | | | | We've been removing PR values from recipes at upgrade time for a while. In general anyone maintaining a binary distro would end up having to curate these themselves so the values in OE-Core aren't really that useful anymore. In many ways it makes sense to clear out the remaining ones (which are mostly for 'config' recipes that are unlikely to increase in PV) and leave a clean slate for anyone implementing a binary distro config. References are left in meta-selftest since the tests there do involve them and their removal upon upgrade. (From OE-Core rev: d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* piglit: update to latest revisionAlexander Kanavin2023-09-182-37/+1
| | | | | | | | | Drop patch as issue finally fixed upstream. (From OE-Core rev: d2ef4d4feeaa956c46dd241054a72f35d25a7bb5) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libva-utils: update 2.19.0 -> 2.20.0Alexander Kanavin2023-09-181-2/+2
| | | | | | | (From OE-Core rev: da9010800f301a9103ca4ea73bb2eba75ef7a4ee) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* igt-gpu-tools: update 1.27.1 -> 1.28Alexander Kanavin2023-09-182-507/+3
| | | | | | | | | Drop procps 4 patch as upstream fixed the issue. (From OE-Core rev: 22eccdd1a1e26b67d1ce3ba03a43b44f14dd00c1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* igt-gpu-tools: do not write shortened git commit hash into binariesAlexander Kanavin2023-09-171-1/+1
| | | | | | | | | | | | | Shortened hashes are prone to collisions, and in this case git lengthens the hash to resolve the collision. This in turn breaks reproducibility, depending on whether the colliding hash is present in the history or not. This has been observed here: http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230917-br60if6q/packages/diff-html/ (From OE-Core rev: a74e1eff93d4de5724481e3298308a6d925a4512) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: upgrade 23.1.3 -> 23.1.7Markus Volk2023-09-143-1/+1
| | | | | | | | (From OE-Core rev: 335b7a7f4e9d67e724a6ff541b4117ece772e0ab) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wayland-utils: upgrade 1.1.0 -> 1.2.0Wang Mingyu2023-09-142-46/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 0001-wayland-info-Fix-build-without-libdrm.patch removed since it's included in 1.2.0 Changelog: =========== -wayland-info: Fix spurious tab/space -wayland-info: add drm-lease-v1 support -meson: improve protocol generation -wayland-info: Destroy zwp_linux_dmabuf_feedback_v1 proxy on exit -wayland-info: Readd support for linux_dmabuf versions < 3 -wayland-info: Add a cmdline option for interface -wayland-info: print DRM device paths -build: turn on -Wundef -wayland-info: move libdrm version constraint to dependency() -wayland-info: include system headers with angle brackets -wayland-info: Fix build without libdrm -1build: reopen main for regular development (From OE-Core rev: 5a19398422e317333ed22ff7d632cd973d0c30d5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libinput: upgrade 1.23.0 -> 1.24.0Wang Mingyu2023-09-141-1/+1
| | | | | | | (From OE-Core rev: 381310720bab16f0898396f32f1810305144dae7) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* harfbuzz: upgrade 8.1.1 -> 8.2.0Wang Mingyu2023-09-141-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Various build and fuzzing fixes - Improvements to COLRv1 painting. - New API: +hb_paint_color_glyph_func_t +hb_paint_funcs_set_color_glyph_func +hb_paint_color_glyph (From OE-Core rev: dd603e09e561e8f89e27f4ddeb10c2be3db4bea3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* packagegroup-core-x11-xserver: add modesetting driver to default XSERVERRoss Burton2023-09-121-1/+4
| | | | | | | | | | | On modern systems, both real and virtual hardware, the modesetting driver is preferred over the dumb framebuffer driver as it is more functional and is essentially the default Xorg video driver. (From OE-Core rev: bfa9f21a4e4b3ce3f6548008716f66d0c8b57974) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston: Add sysconfdir to FILES:${PN}Luan Rafael Carneiro2023-09-101-1/+1
| | | | | | | | | | | When enabling the vnc feature as backend, the weston-remote-access is installed from meson inside the /etc/pam.d directory. (From OE-Core rev: 92a460b55e7290ec0006365219189761f7226f7c) Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston: Upgrade version 12.0.1 -> 12.0.2Luan Rafael Carneiro2023-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bug fix release for 12.0 version. Full commit history bellow: Derek Foreman (1): data-device: Don't make a weston_coord with no valid space Leandro Ribeiro (3): drm: drop disable_planes being false as a condition to support writeback drm: do not pull writeback task if KMS atomic API is not supported tests: assert that capture info was received before trying screenshot Liu, Kai1 (1): xwm: WM_TRANSIENT_FOR should not point to override-redirect window Marius Vlad (3): backend-drm: Make DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP inert backend-drm/meson.build: Require at least mesa 21.1.1 build: bump to version 12.0.2 for the point release Michael Olbrich (1): backend-wayland: fix --fullscreen Pekka Paalanen (1): man: make --wait-for-debugger findable Philipp Zabel (2): backend-rdp: extract weston_output_set_single_mode() backend-vnc: use weston_output_set_single_mode() (From OE-Core rev: f2276c282a977c745529750172673d5684c9ffc3) Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston-init: fix init code indentationOtavio Salvador2023-09-101-1/+1
| | | | | | | | Tested-by: Tom Hochstein <tom.hochstein@nxp.com> (From OE-Core rev: c08d474c97ce071ba376b66f30d6ee0a6159d596) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* weston-init: remove misleading comment about udev ruleOtavio Salvador2023-09-101-1/+1
| | | | | | | | | | | | The udev rule has been removed but the comment has kept, by mistake. Remove it. Fixes: dd83fb40f7 ("weston-init: Stop running weston as root") Tested-by: Tom Hochstein <tom.hochstein@nxp.com> (From OE-Core rev: 8aa3d43fa1c53cdce45ec88a49f27b076d3812ac) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: add intel raytracing support to opencl buildMarkus Volk2023-09-092-2/+112
| | | | | | | | | | | | | | | | | | Recently mesa added a patch that allows to cross-compile Intel Vulkan ray tracing support. - Backport this patch - Build and install intel_clc for mesa-native - Add a dependency on mesa-native to provide intel_clc for target build - Add a dependency on python3-ply-native as needed to build intel-clc - Automatically build Intel Vulkan ray tracing support if the opencl packageconfig was added (From OE-Core rev: 25fbe4d1dcfa329f0229eb3ed384b8b84583bd45) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libxkbcommon: add CVE_PRODUCTEmil Kronborg Andersen2023-09-071-0/+2
| | | | | | | (From OE-Core rev: a23a4a3f156f5758dc4d9dcf1ab27c74302eb2a8) Signed-off-by: Emil Kronborg Andersen <emkan@prevas.dk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wayland-utils: add libdrm PACKAGECONFIGRoss Burton2023-09-071-0/+3
| | | | | | | | | | wayland-utils has optional libdrm support, so add a PACKAGECONFIG and enable it. (From OE-Core rev: c6c488c259d1f38a05a71e576ca2f32d412413f1) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: explictly enable/disable libthaiRoss Burton2023-09-071-1/+1
| | | | | | | | | Pango has had an explicit option since 1.46.2 (From OE-Core rev: 42755f135d2d015e564d783996fbb3ef860f2bf7) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* harfbuzz: update PACKAGECONFIGRoss Burton2023-09-071-1/+2
| | | | | | | | | | | Add a chafa PACKAGECONFIG so that we explicitly disable it, and update the graphite PACKAGECONFIG to use the graphite2 option as the old name is deprecated. (From OE-Core rev: d157e6eae6f72b8e4e0dbbc0ac4c8b008a813a92) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpthread-stubs: update 0.4 -> 0.5Alexander Kanavin2023-09-071-3/+2
| | | | | | | (From OE-Core rev: 7b67cb1914fd3da66ad626d0fb26891137b5c18f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libglu: update 9.0.2 -> 9.0.3Alexander Kanavin2023-09-072-36/+5
| | | | | | | | | | | Drop backport. Set gl_provider explicitly, as upstream changed the default to glvnd. (From OE-Core rev: 3f8627d8367720ec3160b337f46b4d383ebf431d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: avoid neon on unsupported machinesBenjamin Bara2023-09-041-0/+3
| | | | | | | | | | Disable neon if the machine does not support it. (From OE-Core rev: 9ea1a98bcfe30a46898765e41e0fc9ebb0086738) Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>