Re: [Dri-devel] Savage and 2D problems

2003-11-03 Thread Rafael Maximo
At 03:31 PM 2/11/2003, Felix Kühling wrote:
On Sun, 2 Nov 2003 00:25:03 +0100
Felix Kühling [EMAIL PROTECTED] wrote:
 Hi,

 I just compiled XFree86 4.2 with the S3 code drop for savage and DRI.
 With very little tweaking I got it to work on my notebook, 2D and 3D. Is
 the savage_1-0-0-branch based on the same code drop? If yes then it
Apperently not. Alan Hourihane committed the driver to the
savage-1_0_0-branch in June and Alan Cox announced an updated code drop
on 29 July. The diff between the savage_1-0-0_branch and what I have now
is huge (even with --ignore-all-space).
 looks like the 2D problems we were having with the savage_1-0-0_branch
 were introduced by the port to current DRI CVS. I'm going to attempt
 another port of the 2D driver tomorrow.
It took no real porting at all. I just copied the files into a current
source tree and compiled it. Current CVS has more warnings enabled in
the Imakefiles that I'm going to have to fix though. The kernel module
required a few small changes. Now I have an XFree86 4.3.99.12 Xserver
with the savage 2D driver from S3 that works with the Mesa-3-based 3D
driver from S3. Does anyone object if I make a new savage-2-0-0-branch
with the (for me) working 2D driver and kernel module?
It's a good ideia so that we can work on your progress.



 Rafael, have you made any progress with the 2D driver in the mean time?

Not really because I was very busy these last 3 weeks and i didn't have 
time to work on the driver. I'll probably have time only on next week.


Regards,
  Felix
__\|/_____ ___   -
 Felix   ___\_e -_/___/ __\___/ __\_   You can do anything,
   Kühling  (_\Ä// /_/ /)  just not everything
 [EMAIL PROTECTED]   \___/   \___/   Uat the same time.
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel
Rafael Máximo 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Savage and 2D problems

2003-11-03 Thread Felix Kühling
On Mon, 03 Nov 2003 11:33:08 -0300
Rafael Maximo [EMAIL PROTECTED] wrote:

 At 03:31 PM 2/11/2003, Felix Kühling wrote:
 On Sun, 2 Nov 2003 00:25:03 +0100
 Felix Kühling [EMAIL PROTECTED] wrote:
 
   Hi,
  
   I just compiled XFree86 4.2 with the S3 code drop for savage and DRI.
   With very little tweaking I got it to work on my notebook, 2D and 3D. Is
   the savage_1-0-0-branch based on the same code drop? If yes then it
 
 Apperently not. Alan Hourihane committed the driver to the
 savage-1_0_0-branch in June and Alan Cox announced an updated code drop
 on 29 July. The diff between the savage_1-0-0_branch and what I have now
 is huge (even with --ignore-all-space).
 
   looks like the 2D problems we were having with the savage_1-0-0_branch
   were introduced by the port to current DRI CVS. I'm going to attempt
   another port of the 2D driver tomorrow.
 
 It took no real porting at all. I just copied the files into a current
 source tree and compiled it. Current CVS has more warnings enabled in
 the Imakefiles that I'm going to have to fix though. The kernel module
 required a few small changes. Now I have an XFree86 4.3.99.12 Xserver
 with the savage 2D driver from S3 that works with the Mesa-3-based 3D
 driver from S3. Does anyone object if I make a new savage-2-0-0-branch
 with the (for me) working 2D driver and kernel module?
 
 It's a good ideia so that we can work on your progress.

Ok. I've committed it on a new savage-2-0-0-branch. Hopefully this
driver works for you. I didn't get display corruption with this one but
there were a few lockups when switching back from another virtual
terminal or when moving a 3D window around. Unfortunately it happens
only occasionally. I'm going to look into these issues next.

Hmm ..., I just noticed that 3D isn't currently enabled on your chip ID
(8A22). And I also saw a compile-time switch for SAVAGE4 in
savage_bci.h. Feel free to play with these. Eventually we should make
this distinction at runtime.

BTW, from which code drop is the 3D driver you're working with?

 
 
  
   Rafael, have you made any progress with the 2D driver in the mean time?
  
 
 Not really because I was very busy these last 3 weeks and i didn't have 
 time to work on the driver. I'll probably have time only on next week.
 
 

Felix

__\|/_____ ___   -
 Felix   ___\_e -_/___/ __\___/ __\_   You can do anything,
   Kühling  (_\Ä// /_/ /)  just not everything
 [EMAIL PROTECTED]   \___/   \___/   Uat the same time.


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Savage and 2D problems

2003-11-03 Thread Rafael Maximo
At 01:24 PM 3/11/2003, Felix Kühling wrote:
Ok. I've committed it on a new savage-2-0-0-branch. Hopefully this
driver works for you. I didn't get display corruption with this one but
there were a few lockups when switching back from another virtual
terminal or when moving a 3D window around. Unfortunately it happens
only occasionally. I'm going to look into these issues next.
Hmm ..., I just noticed that 3D isn't currently enabled on your chip ID
(8A22). And I also saw a compile-time switch for SAVAGE4 in
savage_bci.h. Feel free to play with these. Eventually we should make
this distinction at runtime.
Ok, i'll work in that, in fact is the only one i can test :)

BTW, from which code drop is the 3D driver you're working with?
I was working on the 3D code at savage-1-0-0-branch, glxinfo reported the 
it was using direct rendering but glxgears hang the computer, i tried to 
debug and i discovered that a pointer was pointing to an unalloc'ed memory 
address witch caused the hang, nothing else.

bye.



Rafael Máximo 



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Savage and 2D problems

2003-11-02 Thread Felix Kühling
On Sun, 2 Nov 2003 00:25:03 +0100
Felix Kühling [EMAIL PROTECTED] wrote:

 Hi,
 
 I just compiled XFree86 4.2 with the S3 code drop for savage and DRI.
 With very little tweaking I got it to work on my notebook, 2D and 3D. Is
 the savage_1-0-0-branch based on the same code drop? If yes then it

Apperently not. Alan Hourihane committed the driver to the
savage-1_0_0-branch in June and Alan Cox announced an updated code drop
on 29 July. The diff between the savage_1-0-0_branch and what I have now
is huge (even with --ignore-all-space).

 looks like the 2D problems we were having with the savage_1-0-0_branch
 were introduced by the port to current DRI CVS. I'm going to attempt
 another port of the 2D driver tomorrow.

It took no real porting at all. I just copied the files into a current
source tree and compiled it. Current CVS has more warnings enabled in
the Imakefiles that I'm going to have to fix though. The kernel module
required a few small changes. Now I have an XFree86 4.3.99.12 Xserver
with the savage 2D driver from S3 that works with the Mesa-3-based 3D
driver from S3. Does anyone object if I make a new savage-2-0-0-branch
with the (for me) working 2D driver and kernel module?

 
 Rafael, have you made any progress with the 2D driver in the mean time?
 

Regards,
  Felix

__\|/_____ ___   -
 Felix   ___\_e -_/___/ __\___/ __\_   You can do anything,
   Kühling  (_\Ä// /_/ /)  just not everything
 [EMAIL PROTECTED]   \___/   \___/   Uat the same time.


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [Dri-devel] Savage and 2D problems

2003-11-02 Thread Alex Deucher
sounds good to me.

Alex

--- Felix Kühling [EMAIL PROTECTED] wrote:
...
Does anyone object if I make a new
 savage-2-0-0-branch
 with the (for me) working 2D driver and kernel module?
 


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[Dri-devel] Savage and 2D problems

2003-11-01 Thread Felix Kühling
Hi,

I just compiled XFree86 4.2 with the S3 code drop for savage and DRI.
With very little tweaking I got it to work on my notebook, 2D and 3D. Is
the savage_1-0-0-branch based on the same code drop? If yes then it
looks like the 2D problems we were having with the savage_1-0-0_branch
were introduced by the port to current DRI CVS. I'm going to attempt
another port of the 2D driver tomorrow.

Rafael, have you made any progress with the 2D driver in the mean time?

Best regards,
  Felix

__\|/_____ ___   -
 Felix   ___\_e -_/___/ __\___/ __\_   You can do anything,
   Kühling  (_\Ä// /_/ /)  just not everything
 [EMAIL PROTECTED]   \___/   \___/   Uat the same time.


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel