Re: [PATCH 2/3] client: Add wl_display_soft_flush()

2019-01-23 Thread Pekka Paalanen
On Fri, 7 Sep 2018 18:14:04 -0700 Lloyd Pique wrote: > This allows a client to occasionally flush the output buffers in the > middle of making a large number of calls which fill them. > > A soft flush differs from a normal flush in that the buffer is not > flushed if it is not full enough. The

[PATCH 2/3] client: Add wl_display_soft_flush()

2018-09-07 Thread Lloyd Pique
This allows a client to occasionally flush the output buffers in the middle of making a large number of calls which fill them. A soft flush differs from a normal flush in that the buffer is not flushed if it is not full enough. The current criteria set is the buffer being half full. This does not