[Dri-devel] Binary Package Scripts

2002-03-08 Thread Jens Owen
Jose, I've modified Alan's packaging scripts to only include the driver suite (device dependent files). This resulted in only 1 visible incompatability for the Radeon TCL driver. I have a quick hack patch, and we're working on a better permanent solution. The incompatability was introduced in

Re: [Dri-devel] Re: Downloadable Radeon Driver and libGL compatability

2002-03-08 Thread Jens Owen
Brian Paul wrote: > > Jens Owen wrote: > > > > Jens Owen wrote: > > > > > It looks like a new field was recently added to the GLXContextRec > > > xc/lib/GL/glx/glxclient.h:407 > > > > > > GLXDrawable currentReadable; > > I added that last summer when I was implementing the GLX_SGI_make_c

Re: [Dri-devel] radeonTexImage2D vs. mgaTexImage2D

2002-03-08 Thread Michael
On Fri, Mar 08, 2002 at 01:27:11PM -0800, Ian Romanick wrote: > I've been looking at texture management in the MGA and Radeon drivers very > closely lately. Both code bases are pretty similar, but there are some > striking differences. The main one that I have come across is > radeonTexImage2D v

[Dri-devel] Texture compression on mach64?!?

2002-03-08 Thread Ian Romanick
http://www.google.com/search?q=cache:cnr4U3YEJ_MC:www.ati.com/na/pages/corporate/press/1997/6317.html+%22texture+management%22&hl=en I came across this when looking for something completely unrelated. The 5th paragraph reads: "3D RAGE PRO supports several methods of texture compression, includi

Re: [Dri-devel] tuxracer's red snow

2002-03-08 Thread Keith Whitwell
Jens Owen wrote: > > Keith Whitwell wrote: > > > > Jens Owen wrote: > > > > > > Keith, > > > > > > Have you tried tuxracer recently? > > > > > > I'm using the latest on tcl-0-0-branch and I'm getting red snow. > > > > > > It's kinda cool looking--maybe like skiing would be on mars :-) > > > > > >

Re: [Dri-devel] mach64 mipmapping

2002-03-08 Thread Keith Whitwell
> > I had an idea during the last IRC meeting that I wanted to bounce off you > wrt mipmapping on the Rage Pro, but you weren't there. After the meeting I > forgot about it. > > In any case, what do you think about per-polygon mipmapping? All hardware > that does mipmapping does it per-pixel,

[Dri-devel] radeonTexImage2D vs. mgaTexImage2D

2002-03-08 Thread Ian Romanick
I've been looking at texture management in the MGA and Radeon drivers very closely lately. Both code bases are pretty similar, but there are some striking differences. The main one that I have come across is radeonTexImage2D vs. mgaTexImage2D. Both routines are very different, and I don't think

Re: [Dri-devel] tuxracer's red snow

2002-03-08 Thread Jens Owen
Keith Whitwell wrote: > > Jens Owen wrote: > > > > Keith, > > > > Have you tried tuxracer recently? > > > > I'm using the latest on tcl-0-0-branch and I'm getting red snow. > > > > It's kinda cool looking--maybe like skiing would be on mars :-) > > > > I've got a few things on my plate right now

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Jens Owen
Martin Spott wrote: > > On Fri, Mar 08, 2002 at 07:42:07AM -0700, Jens Owen wrote: > > > Keith, if you can't reproduce these color problems on your development > > build, let me know--I could then start looking into compatability issues > > as a cause. > > If you like then I'd put a tar file on

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Jens Owen
Michael wrote: > > On Fri, Mar 08, 2002 at 07:42:07AM -0700, Jens Owen wrote: > > Keith, if you can't reproduce these color problems on your development > > build, let me know--I could then start looking into compatability issues > > as a cause. > > Does it fail under either export RADEON_NO_VTX

Re: [Dri-devel] mach64 mipmapping

2002-03-08 Thread Ian Romanick
On Thu, Mar 07, 2002 at 09:38:30PM -0800, Gareth Hughes wrote: > Leif Delgass wrote: > > In looking at the docs, I realized that the mach64 seems not to support > > mipmapping on the secondary texture, as there is only one register for a > > secondary texture offset, as opposed to the 11 for the

[Dri-devel] getting DRI to work on 2 cards with 2 Xservers-part2 ( XF86Configs)]

2002-03-08 Thread Svetoslav Slavtchev
/etc/X11/XF86Config-4 -- # File generated by XFdrake. # ** # Refer to the XF86Config(4/5) man page for details about the format of # this fil

[Dri-devel] getting DRI to work on 2 cards with 2 Xservers]

2002-03-08 Thread Svetoslav Slavtchev
Hi i have 2 local XFree users ( http://cambuca.ldhs.cetuc.puc-rio.br/multiuser ) but i can not get DRI working on the 2 cards that's probably a dumb question , but i wanted to ask is it problem with the linux AGP interface or is it inappropriate design of the AGP bus on PC or may be troubles wi

[Dri-devel] getting DRI to work on 2 cards with 2 Xservers-part3 (X log sis)

2002-03-08 Thread Svetoslav Slavtchev
This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cvs

[Dri-devel] getting DRI to work on 2 cards with 2 Xservers-part3 (X logmgag550)]

2002-03-08 Thread Svetoslav Slavtchev
This is a pre-release version of XFree86, and is not supported in any way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, please check the latest version in the XFree86 CVS repository (http://www.XFree86.Org/cv

Re: [Dri-devel] tuxracer's red snow

2002-03-08 Thread Keith Whitwell
Jens Owen wrote: > > Keith, > > Have you tried tuxracer recently? > > I'm using the latest on tcl-0-0-branch and I'm getting red snow. > > It's kinda cool looking--maybe like skiing would be on mars :-) > I've got a few things on my plate right now. Most importantly a backwards compatibilit

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Michael
On Fri, Mar 08, 2002 at 07:42:07AM -0700, Jens Owen wrote: > Keith, if you can't reproduce these color problems on your development > build, let me know--I could then start looking into compatability issues > as a cause. Does it fail under either export RADEON_NO_VTXFMT=1 or RADEON_NO_TCL=1? --

Re: [Dri-devel] Re: mach64 mulltiarb (fwd)

2002-03-08 Thread José Fonseca
Good news indeed! I'll start looking into these problems you reported as well. One thing that I plan to do is to understand and review all these state changes. There are so many different flags (and hacks) that makes it very difficult to know by which order things get updated. José Fonseca O

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Martin Spott
On Fri, Mar 08, 2002 at 07:42:07AM -0700, Jens Owen wrote: > Keith, if you can't reproduce these color problems on your development > build, let me know--I could then start looking into compatability issues > as a cause. If you like then I'd put a tar file onto 'my' web server containig everythi

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Jens Owen
Martin Spott wrote: > > > I've posted a first cut at a downloadable Radeon TCL binaries for > > linux-x86 at [...] > > Tried it today. Unfortunately I don't experience any speed improvement over > stock 4.2.0 modules Keith is looking at a rasterization performance issue. Let's re-examine speed

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Jens Owen
Keith Whitwell wrote: > > Jens Owen wrote: > > > > I've posted a first cut at a downloadable Radeon TCL binaries for > > linux-x86 at > > ftp://ftp.tungstengraphics.com/dri/radeon-20020307-i386-Linux.tar.gz > > > > This is a driver suite only update built from today's tcl-0-0-branch > > with two

Re: [Dri-devel] Re: Downloadable Radeon Driver and libGL compatability

2002-03-08 Thread Brian Paul
Jens Owen wrote: > > Jens Owen wrote: > > > It looks like a new field was recently added to the GLXContextRec > > xc/lib/GL/glx/glxclient.h:407 > > > > GLXDrawable currentReadable; I added that last summer when I was implementing the GLX_SGI_make_current_read extension (glXMakeCurrentRe

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Martin Spott
> I've posted a first cut at a downloadable Radeon TCL binaries for > linux-x86 at [...] Tried it today. Unfortunately I don't experience any speed improvement over stock 4.2.0 modules - and the look is still not quite clear: http://document.ihg.uni-duisburg.de/Radeon/Radeon03.png The good side

Re: [Dri-devel] First cut at downloadable Radeon TCL driver suite

2002-03-08 Thread Keith Whitwell
Jens Owen wrote: > > I've posted a first cut at a downloadable Radeon TCL binaries for > linux-x86 at > ftp://ftp.tungstengraphics.com/dri/radeon-20020307-i386-Linux.tar.gz > > This is a driver suite only update built from today's tcl-0-0-branch > with two patches added for XFree86 4.1 compatabi