summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-23Minor performance fix: Change the contract on XCBGetRequestSent so that it do...Jamey Sharp
2006-02-23Minor performance fix: Only rearrange buffers for BIG-REQUESTs.Jamey Sharp
2006-02-23Move request_written update back where it was for now: doing it early can cau...Jamey Sharp
2006-02-23Remove _xcb_assert_valid_sequence. One test is trivially true, and the other ...Jamey Sharp
2006-02-23Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only...Jamey Sharp
2006-02-23More return value changes, and make _xcb_in_read_packet static since it is no...Jamey Sharp
2006-02-23More return value changes.Jamey Sharp
2006-02-23Make the return value of _xcb_conn_wait boolean, instead of syscall-like.Jamey Sharp
2006-02-22Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush...Jamey Sharp
2006-02-22Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-e...Jamey Sharp
2006-02-22Remove vestiges of adjacent request combining implementation. It is very dead.Jamey Sharp
2006-02-20Control debugging, optimization, and warning flags all independently.Jamey Sharp
2006-02-18Add missing entries to .gitignore files.Eric Anholt
2006-02-18Move .cvsignore to .gitignore.Eric Anholt
2006-02-18Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fi...Jamey Sharp
2006-02-18Remove xcl and CVSROOT.Josh Triplett