Re: [PATCH xserver 7/9] dix: Reallocate touchpoint buffer at input event time

2016-05-16 Thread Keith Packard
Peter Hutterer writes: > fwiw, that first sentence isn't correct anymore, you can drop it. > rev-by still stands. I've edited the comment, along with re-adding the UseSIGIO option to the parsing code and pushed out an updated thread with all of your kind Rb/Ab lines

Re: [PATCH xserver 7/9] dix: Reallocate touchpoint buffer at input event time

2016-05-15 Thread Peter Hutterer
On Wed, May 11, 2016 at 01:54:56PM -0700, Keith Packard wrote: > Now that input is threaded, malloc can be used at event time to resize > the touchpoint buffer as needed.x > > Signed-off-by: Keith Packard > Reviewed-by: Peter Hutterer > --- >

[PATCH xserver 7/9] dix: Reallocate touchpoint buffer at input event time

2016-05-11 Thread Keith Packard
Now that input is threaded, malloc can be used at event time to resize the touchpoint buffer as needed.x Signed-off-by: Keith Packard Reviewed-by: Peter Hutterer --- dix/touch.c | 89 + 1

Re: [PATCH xserver 7/9] dix: Reallocate touchpoint buffer at input event time

2015-12-17 Thread Peter Hutterer
On Thu, Dec 17, 2015 at 04:11:42PM -0800, Keith Packard wrote: > Now that input is threaded, malloc can be used at event time to resize > the touchpoint buffer as needed.x still not happy with the for (;;) instead of a while (1) but Reviewed-by: Peter Hutterer needs

[PATCH xserver 7/9] dix: Reallocate touchpoint buffer at input event time

2015-12-17 Thread Keith Packard
Now that input is threaded, malloc can be used at event time to resize the touchpoint buffer as needed.x --- dix/touch.c | 89 + 1 file changed, 30 insertions(+), 59 deletions(-) diff --git a/dix/touch.c b/dix/touch.c index