[Xcb-commit] XCB GIT Repository: Changes to 'master'

Jamey Sharp jamey at kemper.freedesktop.org
Thu Feb 23 15:35:48 PST 2006


 xcb/src/xcb_conn.c   |   27 ++-----
 xcb/src/xcb_in.c     |  182 +++++++++++++++++++++++++--------------------------
 xcb/src/xcb_out.c    |  104 +++++++++++++++++++----------
 xcb/src/xcb_util.c   |   34 ---------
 xcb/src/xcb_xlib.c   |    6 -
 xcb/src/xcbint.h     |   13 ---
 xcb/src/xcbxlib.h    |    1 
 xcb/tests/.gitignore |    4 +
 8 files changed, 176 insertions(+), 195 deletions(-)

New commits:
commit 719d87e292a23a5a6d2fdadb3141ca50bd4a1921
Merge: 28863c7... fb98551...
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 15:33:58 2006 -0800

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb

commit 28863c7b17a1acd0fddb25b376141f815d4a74d5
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 15:29:40 2006 -0800

    Minor performance fix: Change the contract on XCBGetRequestSent so that it does not waste time re-locking. This is for Xlib, and Xlib has already locked.

commit 2dc86b053678d88a9c16befad56291b7283bbed0
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 14:57:46 2006 -0800

    Minor performance fix: Only rearrange buffers for BIG-REQUESTs.

commit 51163e6297c0df1667954c0e4e3759f8a1672bc5
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 14:32:11 2006 -0800

    Move request_written update back where it was for now: doing it early can cause XCBWaitForReply to wrongly believe that the request has been flushed. Eventually, we should fix bug #6021.

commit 1fc44bd63fee507f482f885f86305702ae7d08b0
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 14:30:08 2006 -0800

    Remove _xcb_assert_valid_sequence. One test is trivially true, and the other may be temporarily violated without anything bad happening.

commit 33c9360049533a4794623e70933a64d9d9fd177d
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 12:48:27 2006 -0800

    Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only _xcb_out_write calls them.

commit 3d9fedb45256fcf35ceb196131ed32a7a71649a9
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 12:34:08 2006 -0800

    Ignore test byproducts.

commit 99cf7aa8dfedc0deec4324c99f49bc8e64825a34
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 12:15:09 2006 -0800

    More return value changes, and make _xcb_in_read_packet static since it is not called from outside xcb_in.c.

commit 2020c7d19cd0d0baf91f6065a36661aafcc7615e
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 11:50:12 2006 -0800

    More return value changes.

commit 164df25eb35d63f82afa83f7da5b58a30ab16e32
Author: Jamey Sharp <jamey at minilop.net>
Date:   Thu Feb 23 10:17:40 2006 -0800

    Make the return value of _xcb_conn_wait boolean, instead of syscall-like.



More information about the xcb-commit mailing list