libX11 GIT Repository: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Sat Feb 25 06:41:58 EET 2006


 src/xcl/io.c      |   15 ++++++++-------
 src/xcl/xcblock.c |   20 ++++++++++----------
 2 files changed, 18 insertions(+), 17 deletions(-)

New commits:
commit 409a08cff8347d39e0e6c53c9f380d21f221f5ac
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 18:12:31 2006 -0800

    Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls.

commit ec30a27341b97620b07dd886f98d1d7664a67685
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 18:01:46 2006 -0800

    Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot.

commit 53c471c6a835d5cedeca99f2c97058d196a3fd7e
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 11:46:09 2006 -0800

    XCBFlush used to return non-positive on failure, and this test did not catch 0. Now it returns boolean: 0 or 1. Testing <= 0 covers both cases. I probably want to switch to a boolean test eventually.




More information about the xorg-commit mailing list