Re: [PATCH xf86-video-savage] Disable EXA acceleration for now

2019-02-15 Thread Kevin Brace
Hi Connor, I was originally thinking of releasing xf86-video-savage Version 2.4 on Thursday, but you intervened just a day before the release. If you can figure the issue out in a few business days, that will be nice, but otherwise, I think there should be a new release with EXA disabled. I can

Re: [PATCH xf86-video-savage] Disable EXA acceleration for now

2019-02-15 Thread Connor Behan via xorg-devel
On 2019-02-13 03:36 PM, Kevin Brace wrote: >> Date: Wed, 13 Feb 2019 14:03:02 -0500 >> From: Connor Behan >> To: xorg-devel@lists.x.org >> Subject: Re: [PATCH xf86-video-savage] Disable EXA acceleration for >> now >> Message-ID: >> Content-Type: text/plain; charset="utf-8" >> >> >> On

Re: xf86EnableIO & ExtendedEnabled vs. the input thread

2019-02-15 Thread Alan Coopersmith via xorg-devel
On 01/31/19 07:23 AM, Adam Jackson wrote: On Wed, 2019-01-23 at 14:22 -0800, Alan Coopersmith wrote: Is there any reason we just don't drop ExtendedEnabled altogether and just always pass the calls through to the kernel? That'd leave us still needing to call xf86EnableIO() in the input thread

[PATCH xf86-video-trident 1/2] Rename trident_accel.c to tgui_xaa.c

2019-02-15 Thread Kevin Brace
From: Kevin Brace Signed-off-by: Kevin Brace --- src/Makefile.am | 2 +- src/tgui_xaa.c | 671 src/trident_accel.c | 671 3 files changed, 672 insertions(+), 672 deletions(-)

[PATCH xf86-video-trident 2/2] Tab to spaces conversion for tgui_xaa.c

2019-02-15 Thread Kevin Brace
Signed-off-by: Kevin Brace --- src/tgui_xaa.c | 545 +++-- 1 file changed, 293 insertions(+), 252 deletions(-) diff --git a/src/tgui_xaa.c b/src/tgui_xaa.c index f47fab4..fd6f32d 100644 --- a/src/tgui_xaa.c +++ b/src/tgui_xaa.c @@ -20,7 +20,7