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

2002-03-11 Thread Martin Spott

From: Jens Owen [EMAIL PROTECTED]

I am now using your recent Radeon driver binaries located in
radeon-20020309-i386-Linux.tar.gz.

 Try exporting RADEON_NO_VTXFMT=1 or RADEON_NO_TCL=1 and see if that
 makes a difference.

RADEON_NO_VTXFMT=1 only:

http://document.ihg.uni-duisburg.de/Radeon/Radeon04.png


RADEON_NO_TCL=1 only:

http://document.ihg.uni-duisburg.de/Radeon/Radeon05.png


None of both:

http://document.ihg.uni-duisburg.de/Radeon/Radeon06.png


Both:

http://document.ihg.uni-duisburg.de/Radeon/Radeon07.png


I'm placing a ready to run binary package on:

http://document.ihg.uni-duisburg.de/Radeon/FlightGear-20020311.tar.gz


It will appear there in about half an hour. You may skip /usr/local/lib/ and
/usr/local/lib/, it's only for building the stuff. The binary is statically
linked against libmk4. You should place .fgfsrc into you home directory.
If you encounter difficulties with shared libraries (libglut, libstdc++)
then I will create a static binary which avoids using these libraries,

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-11 Thread Martin Spott

 I'm placing a ready to run binary package on:

Sorry, forgot two things:
 - The binary you want to run is /usr/local/FlightGear/bin/fgfs
 - Yes, you really _need_ all that stuff in /home/fgfsbase (or put it
   elsewhere and change the location in ~/.fgfsrc),

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-09 Thread Michael

On Fri, Mar 08, 2002 at 10:57:56AM -0700, Jens Owen wrote:
 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_VTXFMT=1 or RADEON_NO_TCL=1?
 
 Actually, setting either of these fixes the red snow problem.

The _ae_loopback_array_element path (it uses for glArrayElement in
radeon_vtxfmt.c) calls Color{3,4}ub functions with a single param,
should be Color{3,4}ubv by the looks of it.

That fixes the red snow (except, with the above change applied, unless 
RADEON_NO_CODEGEN=1, the
snow has blue artifacts), but I suspect that's a different bug in the
assembler or choose stuff that I'll look at next.

 
 Setting RADEON_NO_TCL=1 causes tuxracer to hang upon exit.

I've committed a fix for this.
 
-- 
Michael.

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-09 Thread Jens Owen

Michael wrote:
 
 On Fri, Mar 08, 2002 at 10:57:56AM -0700, Jens Owen wrote:
 
  Setting RADEON_NO_TCL=1 causes tuxracer to hang upon exit.
 
 I've committed a fix for this.

Compatability mode is now working fine here.

Thanks.

-- /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-09 Thread Keith Whitwell

Michael wrote:
 
 On Fri, Mar 08, 2002 at 10:57:56AM -0700, Jens Owen wrote:
  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_VTXFMT=1 or RADEON_NO_TCL=1?
 
  Actually, setting either of these fixes the red snow problem.
 
 The _ae_loopback_array_element path (it uses for glArrayElement in
 radeon_vtxfmt.c) calls Color{3,4}ub functions with a single param,
 should be Color{3,4}ubv by the looks of it.
 
 That fixes the red snow (except, with the above change applied, unless 
RADEON_NO_CODEGEN=1, the
 snow has blue artifacts), but I suspect that's a different bug in the
 assembler or choose stuff that I'll look at next.
 
 
  Setting RADEON_NO_TCL=1 causes tuxracer to hang upon exit.
 
 I've committed a fix for this.

Great stuff.  Are you seeing commit messages for your work?  I don't seem to
receive them - but I do for most other people, I think...

Keith

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-09 Thread Michael

On Sat, Mar 09, 2002 at 04:04:08PM +, Keith Whitwell wrote:
 Great stuff.  Are you seeing commit messages for your work?  I don't seem to
 receive them - but I do for most other people, I think...
 
Doh, it's because I can't read. 

Where it says 'first you need to login to your account on the cvs server to create 
your ~
dir' I skipped to the ssh bit and logged into the shell account server,
saw it create a directory and figured the error messages I still got
after that meant it was broken.

Fixed now.

-- 
Michael.

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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 compatability.
 
 WARNING this is an ALPHA quality driver and install package, not
 intended for a production environment.

It's also relatively large, compared to the files it replaces:  For example
ati_drv.o:

Old:
-rwxr-xr-x1 root root43584 Sep 22 21:32 ati_drv.o*

New:
-rw-rw-r--1 keithw   keithw1225802 Mar  8 05:18 ati_drv.o


I assume this is because these are built with debug enabled?  I can see why we
might want debug for the 3d driver.so file, but the 2d components probably
don't need it.  Or again, the concept of two different downloads...

Keith

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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: Programs still work with libGL from SuSE XFree-4.2.0.
This is, how it _should_ look like:

http://document.ihg.uni-duisburg.de/Radeon/Radeon00.png

Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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 after that point.

 - and the look is still not quite clear:
 
 http://document.ihg.uni-duisburg.de/Radeon/Radeon03.png

I wonder if this is related to the red snow bug I saw running Tux
Racer.

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.
 
 The good side: Programs still work with libGL from SuSE XFree-4.2.0.

Great.  I'm thinking I should start a list of known working configs for
the packaging.

Something like:

Known working installations as of 8 March 2002

Base Distro XFree86 Kernel  Host Chipset
=== ==  ==
Red Hat 7.2 4.1 (RH)2.4.7 (RH)  ServerWorks HE
SuSE 7.34.2 (XF)?martin??martin?

 This is, how it _should_ look like:
 
 http://document.ihg.uni-duisburg.de/Radeon/Radeon00.png

Thanks for the feedback.

Regards,
Jens

-- /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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
everything from FlightGear that is necessary to reproduce my setup (approx.
30 MByte). Otherwise I'd be glad to run several test setups - if someone
would tell me what to do.

 Known working installations as of 8 March 2002
 
 Base Distro   XFree86 Kernel  Host Chipset
 ===   ==  ==

SuSE 7.34.2 (SuSE)  2.4.18-xfs (selfmade)   Via Apollo Pro (by kernel 
message)


Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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 onto 'my' web server containig
 everything from FlightGear that is necessary to reproduce my setup (approx.
 30 MByte).

That might be useful if this turns out to be not related to the red
snow problem.

 Otherwise I'd be glad to run several test setups - if someone
 would tell me what to do.

Try exporting RADEON_NO_VTXFMT=1 or RADEON_NO_TCL=1 and see if that
makes a difference.

  Known working installations as of 8 March 2002
 
  Base Distro   XFree86 Kernel  Host Chipset
  ===   ==  ==
 
 SuSE 7.34.2 (SuSE)  2.4.18-xfs (selfmade)   Via Apollo Pro (by kernel 
message)

Thanks.  I'll add that info to the README I'm putting together.
 
-- /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



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

2002-03-07 Thread Jens Owen

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 compatability.

WARNING this is an ALPHA quality driver and install package, not
intended for a production environment.

'./install.sh restore' should reinstate your previously installed radeon
driver suite.

This package has only been tested on a Red Hat 7.2 fresh install with
the kernel sources RPM installed.  Any feedback on other environments
where this binary package does or does not work is welcome.

-- /\
 Jens Owen/  \/\ _
  [EMAIL PROTECTED]  /\ \ \   Steamboat Springs, Colorado

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel