Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | update to xkbprint 1.0.7 | Matthieu Herrb | |
11 days | update to xcmsdb 1.0.7 | Matthieu Herrb | |
11 days | update to xclipboard 1.1.5 | Matthieu Herrb | |
11 days | update to xbacklight 1.2.4 | Matthieu Herrb | |
11 days | update to fonttosnft 1.2.4 | Matthieu Herrb | |
11 days | update to bdftopcf 1.1.2 | Matthieu Herrb | |
2024-11-05 | update | Matthieu Herrb | |
2024-11-05 | Update to libXi 1.8.2. | Matthieu Herrb | |
The fix for double alignment on 32bits machines with strict constraints was already committed. | |||
2024-11-05 | Update to libXfont2 2.0.7 | Matthieu Herrb | |
2024-11-05 | Update to xserver 21.1.14. tested by tb@ | Matthieu Herrb | |
The xkb security fix was committed earlier. This is the rest of the 21.1.14 update. | |||
2024-10-31 | Don't log DDC modelines (after hotplug events/xrandr) or "Using XX ranges | Stuart Henderson | |
from config file" messages. These were printed after hotplug events which could be frequent in some cases (I have machines where this happens every 10 seconds when the monitor is in a dpms power-saving mode resulting in a full /var/log filesystem). EDID vendor/product ID still logged, giving an indication that events are happening, but reduced from ~3.5KB per event to <100 bytes. based on a diff from / ok matthieu@ | |||
2016-11-02 | Import libXfont2 version 2.0.1 | Matthieu Herrb | |
2024-10-29 | xkb: Fix buffer overflow in _XkbSetCompatMap() | Matthieu Herrb | |
The _XkbSetCompatMap() function attempts to resize the `sym_interpret` buffer. However, It didn't update its size properly. It updated `num_si` only, without updating `size_si`. CVE-2024-9632 | |||
2024-10-17 | update | Jonathan Gray | |
2024-10-17 | sync | Jonathan Gray | |
2024-10-17 | Merge libdrm 2.4.123 | Jonathan Gray | |
2024-10-17 | Import libdrm 2.4.123 | Jonathan Gray | |
2024-10-06 | update | Matthieu Herrb | |
2024-09-15 | build blake3_neon.c on arm64 | Jonathan Gray | |
fixes undefined blake3_hash_many_neon symbol in libvulkan_radeon.so | |||
2024-08-26 | sync | Miod Vallat | |
2024-08-16 | Reduce diff with upstream. | Matthieu Herrb | |
2021-02-11 | Import libdrm 2.4.104 | Jonathan Gray | |
2016-10-16 | Import libdrm 2.4.71 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-12-27 | Import libdrm 2.4.65 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2024-08-16 | Ansify function declarations. These are all simple () -> (void) cases. | Matthieu Herrb | |
2024-08-15 | Reduce white space diff with upstream. | Matthieu Herrb | |
2024-08-12 | sync | Matthieu Herrb | |
2024-08-12 | update | Matthieu Herrb | |
2024-08-12 | Update to x11perf 1.7.0 | Matthieu Herrb | |
2024-08-12 | Fix a crash in when printing decreased intensity unicode right quote | Matthieu Herrb | |
using bit-mapped fonts. Reported by Matthew Martin and fix confirmed by Thomas Dickey. | |||
2024-08-04 | update | Matthieu Herrb | |
2024-08-04 | Update to libXtst 1.2.5. | Matthieu Herrb | |
2024-08-04 | sync | Matthieu Herrb | |
2024-08-04 | Update to freetype 2.13.2. tested by and ok rsadowski@ | Matthieu Herrb | |
2024-08-04 | Update to libX11 1.8.10. tested by and ok rsadowski@ | Matthieu Herrb | |
2024-08-04 | Remove 2 files that were missed on xserver 21.1 update (which removed Xdmx) | Matthieu Herrb | |
2024-08-04 | Replace __OpenBSD__ with X_PRIVSEP in check for priv_open_device() | Matthieu Herrb | |
2024-08-04 | Remove white space only diff with upstream | Matthieu Herrb | |
2024-08-02 | update | Matthieu Herrb | |
2024-07-26 | sync | Theo de Raadt | |
2024-07-25 | update | Matthieu Herrb | |
2024-07-25 | sync | Matthieu Herrb | |
2024-07-25 | Disable libva-glx. It depends on mesa which is built later | Matthieu Herrb | |
(and depends on libva). ok sthen@OA | |||
2024-07-25 | Update to xterm 393. tested by op@ and naddy@ | Matthieu Herrb | |
2024-07-25 | Pass no-verify-fixpoint option to instcombine in LLVM 18 | Jonathan Gray | |
From Nikita Popov 99f0449987bec1f82cd42a06f40bb4a863a37792 in mainline Mesa | |||
2024-07-25 | fix: ac/llvm: LLVM 18: remove useless passes, partially removed upstream | Jonathan Gray | |
From Kai Wasserbaech bc7e363f8e1a26342e6fd7241c1f0ebb722338d6 in mainline Mesa robert@ reports this is required to build with llvm 18 | |||
2024-07-25 | test WITH_GALLIUM_VA for libva_st (frontends/va) | Jonathan Gray | |
matches src/gallium/meson.build | |||
2024-07-25 | also search ${LOCALBASE}/lib/dri for vaapi .so files | Jonathan Gray | |
will make the intel ports less awkward ok matthieu@ rsadowski@ |