similar to: [ANNOUNCE] xisxwayland 1

Displaying 20 results from an estimated 1100 matches similar to: "[ANNOUNCE] xisxwayland 1"

2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
This is the first release candidate for xserver 1.20. Notable changes since 1.19 include: - RANDR 1.6, which enables leasing RANDR resources to a client for its exclusive use (e.g. head mounted displays) - Depth 30 support in glamor and the modesetting driver - A meson-based build system, parallel to autotools - Pageflipping support for PRIME output sinks - OutputClass device matching for
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
This merges the DRI3 1.2 support (with an asterisk) and per-window flips for Xwayland, along with the usual collection of miscellaneous fixes. In particular the meson build is much closer to production- ready. The asterisk for DRI3 is that the modesetting driver has some known issues still, so the code to enable planes and modifiers is hidden behind an xorg.conf option: Section
2018 Aug 07
0
[ANNOUNCE] xorg-server 1.20.1
This bugfix release fixes several issues in RANDR, Xwayland, glamor, the modesetting driver, and elsewhere. Everyone is encouraged to upgrade. Thanks to all who contributed to this release! Adam Jackson (1): xserver 1.20.1 Alexander Volkov (1): Xext/shm: Refuse to work for remote clients Bas Nieuwenhuizen (1): DRI2: Sync radeonsi_pci_ids.h from Mesa Damien Leone (1):
2018 Feb 17
0
[ANNOUNCE] libdrm 2.4.90
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrey Grodzovsky (2): amdgpu: Update deadlock test to not assert on ECANCELED amdgpu: Fix segfault in deadlock test. Anuj Phogat (1): intel: Add more Coffeelake PCI IDs Bas Nieuwenhuizen (1): drm: Fix 32-bit drmSyncobjWait. Christian König (5): amdgpu: fix 32bit VA manager max address headers: sync up
2018 May 10
0
[ANNOUNCE] xorg-server 1.20.0
Lots of Present, DRI3 modifier, and buildsystem fixes. Thanks to everyone who contributed to this release! Aaron Plattner (3): meson: Define DEFAULT_LIBRARY_PATH as join_paths(get_option('prefix'), get_option('libdir')) meson: Set XCONFIGFILE to 'xorg.conf' instead of '/etc/xorg.conf' meson: Fix module_dir configuration (v2) Adam Jackson (10):
2018 Apr 24
0
[ANNOUNCE] xorg-server 1.19.99.905
More bugfixes, and streams support for Xwayland. This will almost certainly be the last RC. Adam Jackson (10): sdksyms: Skip empty symbols xwayland: Don't crash on WarpPointer(dest_w = None) modesetting: Fix inverted check in dri2 WaitMSC animcur: Fix crash when removing a master device dix: Factor out extension availability check dix: Allow an extension to
2019 Nov 23
0
[ANNOUNCE] xorg-server 1.20.6
A variety of bugfixes across the board, primarily in Xwayland and PRIME. This release also includes GLX vendor selection support. Thanks to all who contributed with testing and fixes! Aaron Plattner (3): GLX: Set GlxServerExports::{major,minor}Version xfree86: Call ScreenInit for protocol screens before GPU screens os: Don't crash in AttendClient if the client is gone Adam
2023 Jul 19
0
[ANNOUNCE] xwayland 23.1.99.901 (aka Xwayland 23.2.0 rc1)
As per the schedule, I am pleased to announce the first release candidate of the standalone Xwayland 23.2.0 release (Xwayland 23.2.0 rc1). Some notable changes since Xwayland 23.1 include: - Optional support for emulated input by using libEI for XTEST, - Support for wp-tearing-control-v1, - Xwayland rootful is now resizable with libdecor. Testing of this release candidate would be
2019 Feb 26
0
[ANNOUNCE] xorg-server 1.20.4
A variety of bugfixes across the board, but primarily in Xwayland. Thanks to all who contributed with testing and fixes! A. Wilcox (1): DRI2: Add another Coffeelake PCI ID Adam Jackson (6): automake: Distribute meson's configure header templates dri3: Fix XACE access mode for open and get_supported_modifiers mi: When {en,dis}abling extensions, match names
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
A new intel-gpu-tools quarterly release is available with the following changes: Library changes: - Added helpers for launching external processes and capturing their outputs. (Abdiel Janulgue) - Increased max pipe count to 6 to support AMD GPUs. (Leo (Sunpeng) Li) - Various improvements for Chamelium support. (Paul Kocialkowski) - Added Coffeelake platform support. (Rodrigo Vivi, Anusha
2017 Jan 28
0
[ANNOUNCE] libdrm 2.4.75
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alex Xie (4): amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test amdgpu: verify the tested device amdgpu: A new option to choose which device to run most tests amdgpu: A new option to run tests on render node Chad Versace (2): Bump version for 2.4.75 release Bump version for 2.4.75
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 11:38:59AM -0600, Jim Fehlig wrote: > On 9/1/20 7:55 AM, Daniel P. Berrangé wrote: > > On Tue, Sep 01, 2020 at 03:50:36PM +0200, Ján Tomko wrote: > > > On a Tuesday in 2020, Pavel Hrdina wrote: > > > > On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: > > > > > On a Tuesday in 2020, Pavel Hrdina wrote: > > >
2018 May 09
0
[ANNOUNCE] libdrm 2.4.92
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Stone (3): drm/atomic: Refuse to add invalid objects to requests headers: Sync with drm-next headers: Update README Dylan Baker (1): meson: don't use compiler.has_header Emil Velikov (1): Revert "libdrm: intel/Android.mk: Filter libdrm_intel library requirements on x86/x86_64" Eric
2020 Sep 01
0
Re: Meson build
On a Sunday in 2020, Toolybird wrote: >Hi, > >Just a heads up on my experiences with the new build system. > >Arch Linux >meson-0.55.1 > >Overall, it looks good, so well done! > >Just a couple of minor things I noted: > >1. Arch uses a meson wrapper script (arch-meson) that sets: > >? --buildtype plain > Does this affect the 'meson' available
2020 Sep 01
0
Re: Meson build
On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: > Hi, > > Just a heads up on my experiences with the new build system. > > Arch Linux > meson-0.55.1 > > Overall, it looks good, so well done! > > Just a couple of minor things I noted: > > 1. Arch uses a meson wrapper script (arch-meson) that sets: > > ? --buildtype plain > > This
2020 Sep 01
0
Re: Meson build
On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: > On a Tuesday in 2020, Pavel Hrdina wrote: > > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: > > > Hi, > > > > > > Just a heads up on my experiences with the new build system. > > > > > > Arch Linux > > > meson-0.55.1 > > > > > > Overall, it
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 4:54 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > > > Yes, I tried, but it fails with > > ../src/util/virfile.c:42:11: fatal error: libutil.h: No such file or > > directory > > You'd have to delete the build dir and re-run meson so that it > auto-detects again. > > OK, that issue seems gone, but ninja reports lots of
2020 Sep 01
2
Re: Meson build
On a Tuesday in 2020, Pavel Hrdina wrote: >On Tue, Sep 01, 2020 at 03:13:39PM +0200, Ján Tomko wrote: >> On a Tuesday in 2020, Pavel Hrdina wrote: >> > On Sun, Aug 30, 2020 at 02:34:56AM +0200, Toolybird wrote: >> > > Hi, >> > > >> > > Just a heads up on my experiences with the new build system. >> > > >> > > Arch Linux
2019 Apr 07
0
[ANNOUNCE] pixman release 0.38.2 now available
A new pixman release 0.38.2 is now available. This is a stable release in the in the 0.38 series. This release mostly contains fixes for the Meson build system. tar.gz: https://cairographics.org/releases/pixman-0.38.2.tar.gz https://www.x.org/releases/individual/lib/pixman-0.38.2.tar.gz tar.bz2: https://www.x.org/releases/individual/lib/pixman-0.38.2.tar.bz2 Hashes: MD5:
2020 Apr 19
0
[ANNOUNCE] pixman release 0.40.0 now available
A new pixman release 0.40.0 is now available. This is a stable release. tar.gz: https://cairographics.org/releases/pixman-0.40.0.tar.gz https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.gz tar.xz: https://www.x.org/releases/individual/lib/pixman-0.40.0.tar.xz Hashes: SHA256: 6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc pixman-0.40.0.tar.gz SHA256: