Jamey Sharp
|
1b83f8f8f3
|
Remove _xcb_assert_valid_sequence. One test is trivially true, and the other may be temporarily violated without anything bad happening.
|
2006-02-23 14:30:08 -08:00 |
|
Jamey Sharp
|
55c1842686
|
Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only _xcb_out_write calls them.
|
2006-02-23 12:48:27 -08:00 |
|
Jamey Sharp
|
6149c7a6b5
|
More return value changes, and make _xcb_in_read_packet static since it is not called from outside xcb_in.c.
|
2006-02-23 12:15:09 -08:00 |
|
Jamey Sharp
|
5b1d39e27b
|
More return value changes.
|
2006-02-23 11:50:12 -08:00 |
|
Jamey Sharp
|
662479760c
|
Make the return value of _xcb_conn_wait boolean, instead of syscall-like.
|
2006-02-23 10:17:40 -08:00 |
|
Jamey Sharp
|
f8a8b465e0
|
Bugfix: move request_written update *before* _xcb_conn_wait in _xcb_out_flush. Otherwise a reply may be read before we record that we have sent the request, and then XCB gets... confused.
|
2006-02-22 23:38:16 -08:00 |
|
Jamey Sharp
|
e0a3578383
|
Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-entered, since we have no callback hooks now.
|
2006-02-22 23:11:36 -08:00 |
|
Jamey Sharp
|
a7d749ec3f
|
Remove vestiges of adjacent request combining implementation. It is very dead.
|
2006-02-22 23:09:29 -08:00 |
|
Jamey Sharp
|
06c788932b
|
Control debugging, optimization, and warning flags all independently.
|
2006-02-20 00:41:39 -08:00 |
|
Eric Anholt
|
f825a32135
|
Add missing entries to .gitignore files.
|
2006-02-18 23:05:32 -08:00 |
|
Eric Anholt
|
d16efb5191
|
Move .cvsignore to .gitignore.
|
2006-02-18 22:56:03 -08:00 |
|
Jamey Sharp
|
5b7182c659
|
Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fix the length field in the reply.
|
2006-02-18 18:12:40 -08:00 |
|
Josh Triplett
|
47ceed7861
|
Remove xcl and CVSROOT.
|
2006-02-18 16:49:41 -08:00 |
|