Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-04 | Replace __OpenBSD__ with X_PRIVSEP in check for priv_open_device() | Matthieu Herrb | |
2023-09-08 | Revert previous: | Matthieu Herrb | |
unbreak build with clang-16 by fixing up function definitions to match the whole CARD64 vs uint64_t issue needs more thinking. Suggested by kettenis@ | |||
2023-09-06 | unbreak build with clang-16 by fixing up function definitions to match | Robert Nagy | |
our uint64_t is an unsinged long long, but CARD64 is defined as unsigned long so the function pointer types in both glamor and xf86-video-amdgpu were mismatched and clang-16 treats that as an error ok matthieu@ | |||
2021-11-11 | Update to xserver 21.1.0 | Matthieu Herrb | |
2020-12-12 | Update X server to version 1.20.10. Tested by jsg@ and naddy@ | Matthieu Herrb | |
2020-01-26 | Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@ | Matthieu Herrb | |
2019-12-12 | Update to X server 1.20.6. Tested by naddy@ | Matthieu Herrb | |
2019-07-27 | Update to xserver 1.20.5. Tested by jsg@ | Matthieu Herrb | |
2018-08-06 | Use priv_open_device() to open the dri device in glamor_dri3_open_client(). | Matthieu Herrb | |
Fixes DRI3 with Xserver running as _x11 with xenodm. close-on-exec is now default for priv_open_device(). ok kettenis@ | |||
2017-12-08 | Update to xserver 1.19.5. | Matthieu Herrb | |
Tested by bru@, jsg@ and others | |||
2016-08-09 | Update to xserver 1.18.4 | Matthieu Herrb | |
tested by krw@ and dcoppa@ ok dcoppa@ | |||
2016-05-29 | Update to xserver 1.18.3. Tested by shadchin@ and naddy@. | Matthieu Herrb | |
Note that indirect GLX is now disbled by default. | |||
2015-09-16 | Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@ | Matthieu Herrb | |
2014-09-27 | Update to xserver 1.16.1. | Matthieu Herrb | |
Tested by naddy@, jsg@ & kettenis@ |