xserver/hw
David Reveman bfd41ad4cb Use XCB for much more efficient sync batching.
Collect sync request for during the sync interval time just
like before but instead of using XSync to send get-input-focus
requests and block for replies when the sync interval timer
fires, we're now just sending get-input-focus requests using
XCB and give each back-end server the sync-interval time to
respond before we block.

This provides significantly better performance, especially
with high latency connections.

The default sync batch interval of 100ms provides good
performance for back-ends servers with round-trip times
somewhat less than 100ms and is not long enough to make
the batch processing noticeably on low latency connections.
2008-10-30 03:37:15 -04:00
..
dmx Use XCB for much more efficient sync batching. 2008-10-30 03:37:15 -04:00
kdrive kdrive: Hardcode a different wrong value for number of mouse buttons 2008-10-14 09:46:04 -04:00
vfb Unifdef AIX. 2008-07-23 13:37:42 -04:00
xfree86 xfree86: fix xf86ScaleAxis once again. 2008-10-30 16:59:43 +10:30
xnest Nuke unused variables 2008-10-26 11:44:10 +01:00
xquartz XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app 2008-10-28 22:01:40 -07:00
xwin xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
Makefile.am Remove xgl. 2008-06-12 16:00:50 -04:00