Find a file
Erik Kurzinger bcf95c3970 xwayland: re-compute target msc during xwl_present_re_execute
If a presentation request is delayed while waiting for a fence, the
original target msc may no longer be correct. Instead, we should compute
a new target msc in xwl_present_re_execute.

Signed-off-by: Erik Kurzinger <ekurzinger@nvidia.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/967>
(cherry picked from commit 0a7b09a041)
2026-01-19 12:32:24 -08:00
.gitlab-ci Update CI for Xwayland explicit sync 2026-01-19 12:32:24 -08:00
composite composite: Expose CompositeIsImplicitRedirectException 2023-07-18 09:34:39 +00:00
config config: wscons: fix warning on discarded const 2026-01-19 12:32:24 -08:00
damageext
dbe dbe: drop obsolete NEED_DBE_PROTOCOL 2026-01-19 12:32:19 -08:00
dix dix: drop now obsolete cursorScreenDevPriv 2026-01-19 12:32:21 -08:00
doc dix: dixutils: make workQueue pointer dix-private 2026-01-19 12:32:18 -08:00
dri3 DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj 2026-01-19 12:32:24 -08:00
exa replace _X_INLINE by inline in internal static functions 2024-02-05 19:26:14 +00:00
fb fb: Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs 2024-01-03 19:43:16 +00:00
glamor glamor: drop duplicate _X_EXPORT from .c source 2026-01-19 12:32:19 -08:00
glx glx: move private definitions from vndserver.h to vndserver_priv.h 2026-01-19 12:32:18 -08:00
hw xwayland: re-compute target msc during xwl_present_re_execute 2026-01-19 12:32:24 -08:00
include DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj 2026-01-19 12:32:24 -08:00
m4
man Xserver.man: Note that -byteswappedclients is the default in this release 2026-01-19 12:32:23 -08:00
mi mi: fix rounding issues around zero in miPointerSetPosition 2026-01-19 12:32:24 -08:00
miext os: move os_move_fd() out of public API 2026-01-19 12:32:20 -08:00
os os: move SELinux enforcement state to the extension 2026-01-19 12:32:24 -08:00
present randr: move private definitons from randrstr.h to randrstr_priv.h 2026-01-19 12:32:18 -08:00
pseudoramiX
randr randr: drop duplicate _X_EXPORT from .c source 2026-01-19 12:32:19 -08:00
record record: Support architectures with sizeof(void*) > sizeof(long) 2023-12-17 19:30:52 +00:00
render render: fix refcounting of glyphs during ProcRenderAddGlyphs 2026-01-19 12:32:24 -08:00
test test: fix FTBS on missing xlib includes on NetBSD 2026-01-19 12:32:24 -08:00
Xext include: unpexport SELINUX_* consts from include/global.h 2026-01-19 12:32:24 -08:00
xfixes
Xi Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply 2026-01-19 12:32:24 -08:00
xkb xkb: make XkbUpdateKeyTypesFromCore() static 2026-01-19 12:32:24 -08:00
.appveyor.yml
.dir-locals.el
.gitignore Clean up the .gitignore file 2024-01-12 00:50:24 +00:00
.gitlab-ci.yml Update CI for Xwayland explicit sync 2026-01-19 12:32:24 -08:00
.mailmap Add a .mailmap file to canonicalize author names and emails 2023-03-15 18:10:51 +00:00
.travis.yml
COPYING
meson.build DRI3: add DRI3ImportSyncobj and DRI3FreeSyncobj 2026-01-19 12:32:24 -08:00
meson_options.txt xwayland/glamor: Drop the EGLStream backend 2026-01-19 12:32:21 -08:00
README.md
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

X Server

The X server accepts requests from client applications to create windows, which are (normally rectangular) "virtual screens" that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the following article: https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.freedesktop.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/xserver

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

As with other projects hosted on freedesktop.org, X.Org follows its Code of Conduct, based on the Contributor Covenant. Please conduct yourself in a respectful and civilized manner when using the above mailing lists, bug trackers, etc:

https://www.freedesktop.org/wiki/CodeOfConduct