[PATCH 19/20] dix: reduce the work done by ApplySoftening

2011-04-19 Thread Peter Hutterer
We can modify fdx/fdy in-place rather than requiring dx/dy as well. And the decision to soften can be made in the caller (unless decided by the velocity state). Signed-off-by: Peter Hutterer --- dix/ptrveloc.c | 31 --- 1 files changed, 16 insertions(+), 15 deletion

Re: [PATCH 19/20] dix: reduce the work done by ApplySoftening

2011-04-20 Thread Simon Thum
On 04/20/2011 08:28 AM, Peter Hutterer wrote: > We can modify fdx/fdy in-place rather than requiring dx/dy as well. And the > decision to soften can be made in the caller (unless decided by the velocity > state). > > Signed-off-by: Peter Hutterer > --- > dix/ptrveloc.c | 31 ---