Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Felix Kühling
On Tue, 10 Feb 2004 06:46:16 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: [snip] > > hmmm... that's probably because I used the SetTextMode() bios call on > close screen and VT switches. I'll have dig into that more and see if > I can get

Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > On Mon, 9 Feb 2004 16:40:19 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > I think I fixed the problem that caused your prosavage to fail. I > > forgot to add PROSAVAGEDDR and TWISTER to the bci setup function > > (SavageInitialize2d())

Re: [Dri-devel] Savage: integrated driver

2004-02-10 Thread Felix Kühling
On Mon, 9 Feb 2004 16:40:19 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > I think I fixed the problem that caused your prosavage to fail. I > forgot to add PROSAVAGEDDR and TWISTER to the bci setup function > (SavageInitialize2d()) in savage_accel.c. That should fix it, but I > don't hav

Re: [Dri-devel] Savage: integrated driver

2004-02-09 Thread Felix Kühling
On Mon, 9 Feb 2004 06:10:26 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: [snip] > I'm going to commit my current integration work now. This will break > Xv, tile mode, and console mode for the time being, but I hope to > rectify that soon.

Re: [Dri-devel] Savage: integrated driver

2004-02-09 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > On Sun, 8 Feb 2004 09:28:51 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: > > > Alex, > > > > > > I'm working on 3D support for Savage IX right now. I've added > > > register > > > stru

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread George Lengel
Hi, I built the module with the -f flag which made the difference. I copied it to my modules directory in my kernel tree and then did a modprobe savage. Then I killed X and restarted it. My XFRee86.0.log shows (II) SAVAGE(0): [junkers] sarea_priv_offset:0x0898 (II) SAVAGE(0): Direct r

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > On Sun, 8 Feb 2004 09:28:51 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: > > > Alex, > > > > > > I'm working on 3D support for Savage IX right now. I've added > > > register > > > stru

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread Alex Deucher
--- George Lengel <[EMAIL PROTECTED]> wrote: > On Saturday 07 February 2004 02:48 pm, Felix Kühling wrote: > > On Fri, 6 Feb 2004 09:36:48 -0800 (PST) > > Alex Deucher <[EMAIL PROTECTED]> wrote: > > > > [snip] > > > > > http://www.botchco.com/alex/savage/savage-20040206.tar.gz > > > > Nice work! I

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread Felix Kühling
On Sun, 8 Feb 2004 09:28:51 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: > > --- Felix K_hling <[EMAIL PROTECTED]> wrote: > > Alex, > > > > I'm working on 3D support for Savage IX right now. I've added > > register > > structures for SavageIX. Now I need to find out the chipset type in >

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > Alex, > > I'm working on 3D support for Savage IX right now. I've added > register > structures for SavageIX. Now I need to find out the chipset type in > the > 3D driver. That requires a few small modifications to the 2D driver. > I'm > not sure if

Re: [Dri-devel] Savage: integrated driver

2004-02-08 Thread Felix Kühling
Alex, I'm working on 3D support for Savage IX right now. I've added register structures for SavageIX. Now I need to find out the chipset type in the 3D driver. That requires a few small modifications to the 2D driver. I'm not sure if I should work with the old or your new 2D driver. I'd prefer to

Re: [Dri-devel] Savage: integrated driver

2004-02-07 Thread George Lengel
On Saturday 07 February 2004 02:48 pm, Felix Kühling wrote: > On Fri, 6 Feb 2004 09:36:48 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > [snip] > > > http://www.botchco.com/alex/savage/savage-20040206.tar.gz > > Nice work! I tested 2D and 3D on the savage4. It works as well as the S3 > d

Re: [Dri-devel] Savage: integrated driver

2004-02-07 Thread Alex Deucher
--- Felix Kühling <[EMAIL PROTECTED]> wrote: > On Fri, 6 Feb 2004 09:36:48 -0800 (PST) > Alex Deucher <[EMAIL PROTECTED]> wrote: > > [snip] > > http://www.botchco.com/alex/savage/savage-20040206.tar.gz > > Nice work! I tested 2D and 3D on the savage4. It works as well as the > S3 > driver and fi

Re: [Dri-devel] Savage: integrated driver

2004-02-07 Thread Felix Kühling
On Fri, 6 Feb 2004 09:36:48 -0800 (PST) Alex Deucher <[EMAIL PROTECTED]> wrote: [snip] > http://www.botchco.com/alex/savage/savage-20040206.tar.gz Nice work! I tested 2D and 3D on the savage4. It works as well as the S3 driver and fixes the mode setting problem I reported earlier (stretching 1279

[Dri-devel] Savage: integrated driver

2004-02-06 Thread Alex Deucher
So I managed to finish the first round of integration of the S3 savage driver with Tim's savage driver. The code is still very raw and needs a major clean up, but it works for the most part. I warn you, the code is still a mess. What works: - 2D - 3D - non-bios mode setting - bios mode seeting Wh