index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb_out.c
Age
Commit message (
Expand
)
Author
2006-03-02
API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. Whe...
Jamey Sharp
2006-02-27
Buffer a couple CARD32s on the stack instead of using an extra iovec. Also a ...
Jamey Sharp
2006-02-27
Add XCB_REQUEST_RAW flag for XCBSendRequest.
Jamey Sharp
2006-02-27
Move test for other writing threads *before* allocating a sequence number.
Jamey Sharp
2006-02-26
API/ABI break: Add flags to XCBSendRequest, first for error-checked requests.
Jamey Sharp
2006-02-25
Rearrange an if statement that's been bothering me.
Jamey Sharp
2006-02-24
Coalesce _xcb_writev into _xcb_out_write and simplify.
Jamey Sharp
2006-02-24
Remove XCB_CEIL and use a simpler definition for XCB_PAD.
Jamey Sharp
2006-02-24
Bugfix: protect the output queue from being written while another thread is f...
Jamey Sharp
2006-02-24
Simplify: Always use writev. (In _xcb_out_flush, convert the output queue to ...
Jamey Sharp
2006-02-23
Factor padding out of _xcb_out_write_block and into its callers, XCBSendReque...
Jamey Sharp
2006-02-23
Minor performance fix: Only rearrange buffers for BIG-REQUESTs.
Jamey Sharp
2006-02-23
Move request_written update back where it was for now: doing it early can cau...
Jamey Sharp
2006-02-23
Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only...
Jamey Sharp
2006-02-23
More return value changes, and make _xcb_in_read_packet static since it is no...
Jamey Sharp
2006-02-23
More return value changes.
Jamey Sharp
2006-02-23
Make the return value of _xcb_conn_wait boolean, instead of syscall-like.
Jamey Sharp
2006-02-22
Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush...
Jamey Sharp
2006-02-22
Remove vestiges of adjacent request combining implementation. It is very dead.
Jamey Sharp
2006-02-18
Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fi...
Jamey Sharp
2006-02-18
Remove xcl and CVSROOT.
Josh Triplett
[prev]