xserver/miext
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Huddleston Sequoia 8495aea013 rootless: Fix Glyphs damage bounding box to correctly compute union
RootlessGlyphs used max() for box.x1 and box.y1 when accumulating the
bounding box across glyphs in a list.  Computing the union of bounding
boxes requires min() for the lower coordinate corner and max for the
higher coordinate corner.

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2026-04-21 12:25:13 +02:00
..
damage miext: move include guards up to wrap the whole file 2025-11-21 15:20:11 +01:00
rootless rootless: Fix Glyphs damage bounding box to correctly compute union 2026-04-21 12:25:13 +02:00
shadow treewide: remove "lib" prefix in static_library names (meson) 2025-07-03 12:01:52 +02:00
sync miext/sync: Fix use-after-free in miSyncTriggerFence() 2026-04-21 10:41:55 +02:00
extinit_priv.h pseudoramiX: unexport noPseudoramiXExtension 2025-11-19 13:32:31 +01:00