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

2019-02-15 Thread Kevin Brace
://bracecomputerlab.com > Sent: Saturday, February 16, 2019 at 3:35 AM > From: "Connor Behan" > To: "Kevin Brace" , xorg-devel@lists.x.org > Subject: Re: [PATCH xf86-video-savage] Disable EXA acceleration for now > > On 2019-02-13 03:36 PM, Kevin Brace wrote: > >>

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: te

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

2019-02-13 Thread Kevin Brace
e Computer Laboratory blog https://bracecomputerlab.com > 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=&quo

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

2019-02-13 Thread Connor Behan via xorg-devel
On 2019-02-11 12:02 PM, Kevin Brace wrote: > EXA acceleration architecture code is currently broken on X Server > 1.19, so it should be disabled until it is fixed. > > Signed-off-by: Kevin Brace > --- > src/savage_driver.c | 23 +++ > 1 file changed, 19 insertions(+), 4 deleti

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

2019-02-11 Thread Kevin Brace
EXA acceleration architecture code is currently broken on X Server 1.19, so it should be disabled until it is fixed. Signed-off-by: Kevin Brace --- src/savage_driver.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/savage_driver.c b/src/savage_dr