[Dri-devel] Snapshot script changes for xdriinfo

2003-10-03 Thread Felix Kühling
Hi, I made some modifications to the snapshot scripts in order to include xdriinfo and its manpage in the snapshots of the config-0-0-1-branch or the trunk after the merge. A patch is attached. I chose to use the extras subdirectory with its own install script. The disadvantage is that this does

Re: [Dri-devel] merging to branches

2003-10-03 Thread pablosousa
>> It would be good to have someone with hardware who could test the 4.2.0 >> libGL/savage_dri.so against the CVS DDX before and after a trunk merge >> to see if it breaks things. Unfortunately, from what I've been told now >> the savage card I have (an MX) won't work. > > I'll see if I can set u

Re: [Dri-devel] merging to branches

2003-10-03 Thread Felix Kühling
On Fri, 03 Oct 2003 14:28:50 -0700 Eric Anholt <[EMAIL PROTECTED]> wrote: > On Fri, 2003-10-03 at 13:55, Felix Kühling wrote: > > On Fri, 03 Oct 2003 12:14:32 -0700 > > Eric Anholt <[EMAIL PROTECTED]> wrote: > > > > > Okay, I was going to merge trunk to the savage-1_0_0-branch, since > > > update

Re: [Dri-devel] merging to branches

2003-10-03 Thread Eric Anholt
On Fri, 2003-10-03 at 13:55, Felix Kühling wrote: > On Fri, 03 Oct 2003 12:14:32 -0700 > Eric Anholt <[EMAIL PROTECTED]> wrote: > > > Okay, I was going to merge trunk to the savage-1_0_0-branch, since > > updates to the savage driver in trunk help out with that work I've been > > Are you referrin

Re: [Dri-devel] merging to branches

2003-10-03 Thread Felix Kühling
On Fri, 03 Oct 2003 12:14:32 -0700 Eric Anholt <[EMAIL PROTECTED]> wrote: > Okay, I was going to merge trunk to the savage-1_0_0-branch, since > updates to the savage driver in trunk help out with that work I've been Are you referring to the patch that Rafael Máximo sent yesterday? I was going to

Re: [Dri-devel] merging to branches

2003-10-03 Thread Alex Deucher
FWIW, the 2D drivers from the trunk and the code drop from VIA are VERY different. I'm not sure where you are seeing the conflicts... just an FYI... --- Eric Anholt <[EMAIL PROTECTED]> wrote: > Okay, I was going to merge trunk to the savage-1_0_0-branch, since > updates to the savage driver in tr

[Dri-devel] merging to branches

2003-10-03 Thread Eric Anholt
Okay, I was going to merge trunk to the savage-1_0_0-branch, since updates to the savage driver in trunk help out with that work I've been told. I went to the CvsPolicy wiki page and based on that did a tag on the savage branch of savage-1_0_0-trunk-premerge. Then I did cvs update -d -j HEAD. It

[Dri-devel] DRI Radeon Screen Coruption

2003-10-03 Thread Chris Ison
I have a screenshot of screen coruption occuring with the radeon driver. This Screenshot is >500k with compression so if you are interested, please email me so I can forward it on (so I don't waste list bandwidth). I have a Radeon 9000 PCI. This coruption does not occur in windows with DirectX 9.0

[Dri-devel] Re: fixing pageflipping in mergedfb modes

2003-10-03 Thread Alex Deucher
--- Michel D�nzer <[EMAIL PROTECTED]> wrote: > On Thu, 2003-10-02 at 18:41, Alex Deucher wrote: > > I'm attempting to fix pageflipping in certain mergedfb modes. > right > > now it only works in when crtc2 is right of crtc1. I suspect the > > problem has to do with the CRTC offsets that are s

Re: [Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-03 Thread David Dawes
On Fri, Oct 03, 2003 at 07:31:49AM -0700, Alex Deucher wrote: >his thoughts. Will there be another xfree86<->DRI merge before the >release? will Felix' config code make it in? There won't be any further wholesale DRI->XFree86 merge. Instead, new features and bug fixes should be separated out a

Re: [Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-03 Thread Michel Dänzer
On Fri, 2003-10-03 at 16:31, Alex Deucher wrote: > > What are your thoughts on merging the radeon mergedfb patch into CVS? > I agree that it would probably be a better idea to separate out the > device independant code, but I'm not sure I'll have time to do that and > test it before the 4.4 featu

[Dri-devel] Re: fixing pageflipping in mergedfb modes

2003-10-03 Thread Michel Dänzer
On Thu, 2003-10-02 at 18:41, Alex Deucher wrote: > I'm attempting to fix pageflipping in certain mergedfb modes. right > now it only works in when crtc2 is right of crtc1. I suspect the > problem has to do with the CRTC offsets that are set in > RADEONDoAdjustFrame() > > for instance if I have

Re: [Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-03 Thread Felix Kühling
On Fri, 3 Oct 2003 07:31:49 -0700 (PDT) Alex Deucher <[EMAIL PROTECTED]> wrote: > With my latest patch the just about all the outstanding bugs have been > fixed. the only thing remaining is that pagflipping doesn't always > work in some mergedfb configurations. I'm working on that one, but > the

Re: [Dri-devel] firstLevel / lastLevel calculation in R200 driver

2003-10-03 Thread Brian Paul
Ian Romanick wrote: A long time ago I promided to refactor the firstLevel / lastLevel calculation code from the various *SetTexImages routines. I have a patch that does this, and it follows the definition of how firstLevel & lastLevel selection should work pretty closely. The only problem is

[Dri-devel] Merging radeon mergedfb patch before 4.4.0

2003-10-03 Thread Alex Deucher
With my latest patch the just about all the outstanding bugs have been fixed. the only thing remaining is that pagflipping doesn't always work in some mergedfb configurations. I'm working on that one, but then again, pageflipping doesn't work for everyone anyway. The driver currently supports al

Re: [Dri-devel] radeon, frame buffer -> texture copy

2003-10-03 Thread Keith Whitwell
Peter Lamberg wrote: copyTexImage2D et al. seem horribly slow for anything more than few hundred pixels. It seems from radeon_tex.c that frame buffer -> texture operations are implemented without any hardware help from the card: ctx->Driver.CopyTexImage1D= _swrast_copy_teximage1d

Re: [Dri-devel] when I had the choice ....

2003-10-03 Thread Michel Dänzer
On Thu, 2003-10-02 at 13:46, Sven Luther wrote: > On Thu, Oct 02, 2003 at 10:12:21AM +0200, Thomas Emmel wrote: > > > > we are currently looking for the best graphics cards for linux and > > OpenGL. Can someone give me a hint which of the currently available > > cards are the best to use for exten

[Dri-devel] [Bug 757] Cut and paste error in radeon_probe.c

2003-10-03 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter your comments there. http://bugs.xfree86.org/show_bug.cgi?id=757 --- Additional Comments From [EMAIL PROTECTED] 2003-03-10 06:45 --- In the same file, anot

[Dri-devel] radeon, frame buffer -> texture copy

2003-10-03 Thread Peter Lamberg
copyTexImage2D et al. seem horribly slow for anything more than few hundred pixels. It seems from radeon_tex.c that frame buffer -> texture operations are implemented without any hardware help from the card: ctx->Driver.CopyTexImage1D = _swrast_copy_teximage1d; ctx->Driver.CopyTexI