summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysupdate to xmag 1.0.8Matthieu Herrb
11 daysupdate to xkbprint 1.0.7Matthieu Herrb
11 daysupdate to xcmsdb 1.0.7Matthieu Herrb
11 daysupdate to xclipboard 1.1.5Matthieu Herrb
11 daysupdate to xbacklight 1.2.4Matthieu Herrb
11 daysupdate to fonttosnft 1.2.4Matthieu Herrb
11 daysupdate to bdftopcf 1.1.2Matthieu Herrb
2024-11-05updateMatthieu Herrb
2024-11-05Update to libXi 1.8.2.Matthieu Herrb
The fix for double alignment on 32bits machines with strict constraints was already committed.
2024-11-05Update to libXfont2 2.0.7Matthieu Herrb
2024-11-05Update 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-31Don't log DDC modelines (after hotplug events/xrandr) or "Using XX rangesStuart 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-02Import libXfont2 version 2.0.1Matthieu Herrb
2024-10-29xkb: 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-17updateJonathan Gray
2024-10-17syncJonathan Gray
2024-10-17Merge libdrm 2.4.123Jonathan Gray
2024-10-17Import libdrm 2.4.123Jonathan Gray
2024-10-06updateMatthieu Herrb
2024-09-15build blake3_neon.c on arm64Jonathan Gray
fixes undefined blake3_hash_many_neon symbol in libvulkan_radeon.so
2024-08-26syncMiod Vallat
2024-08-16Reduce diff with upstream.Matthieu Herrb
2021-02-11Import libdrm 2.4.104Jonathan Gray
2016-10-16Import libdrm 2.4.71Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2015-12-27Import libdrm 2.4.65Jonathan Gray
2015-08-21Import libdrm 2.4.64Jonathan Gray
2024-08-16Ansify function declarations. These are all simple () -> (void) cases.Matthieu Herrb
2024-08-15Reduce white space diff with upstream.Matthieu Herrb
2024-08-12syncMatthieu Herrb
2024-08-12updateMatthieu Herrb
2024-08-12Update to x11perf 1.7.0Matthieu Herrb
2024-08-12Fix a crash in when printing decreased intensity unicode right quoteMatthieu Herrb
using bit-mapped fonts. Reported by Matthew Martin and fix confirmed by Thomas Dickey.
2024-08-04updateMatthieu Herrb
2024-08-04Update to libXtst 1.2.5.Matthieu Herrb
2024-08-04syncMatthieu Herrb
2024-08-04Update to freetype 2.13.2. tested by and ok rsadowski@Matthieu Herrb
2024-08-04Update to libX11 1.8.10. tested by and ok rsadowski@Matthieu Herrb
2024-08-04Remove 2 files that were missed on xserver 21.1 update (which removed Xdmx)Matthieu Herrb
2024-08-04Replace __OpenBSD__ with X_PRIVSEP in check for priv_open_device()Matthieu Herrb
2024-08-04Remove white space only diff with upstreamMatthieu Herrb
2024-08-02updateMatthieu Herrb
2024-07-26syncTheo de Raadt
2024-07-25updateMatthieu Herrb
2024-07-25syncMatthieu Herrb
2024-07-25Disable libva-glx. It depends on mesa which is built laterMatthieu Herrb
(and depends on libva). ok sthen@OA
2024-07-25Update to xterm 393. tested by op@ and naddy@Matthieu Herrb
2024-07-25Pass no-verify-fixpoint option to instcombine in LLVM 18Jonathan Gray
From Nikita Popov 99f0449987bec1f82cd42a06f40bb4a863a37792 in mainline Mesa
2024-07-25fix: ac/llvm: LLVM 18: remove useless passes, partially removed upstreamJonathan Gray
From Kai Wasserbaech bc7e363f8e1a26342e6fd7241c1f0ebb722338d6 in mainline Mesa robert@ reports this is required to build with llvm 18
2024-07-25test WITH_GALLIUM_VA for libva_st (frontends/va)Jonathan Gray
matches src/gallium/meson.build