[Dri-devel] Re: Dri-devel digest, Vol 1 #1484 - 11 msgs

2002-06-23 Thread Frank Worsley

Oops, sorry for including all of the previous message in my reply. I
probably shouldn't have sent this right after coming home from the pub!

- Frank


On Sun, 2002-06-23 at 02:06, Frank Worsley wrote:
> Hi Ian,
> 
> to upload the new site you have to tar it up, then do the following:
> 
> scp tarball.tar.gz [EMAIL PROTECTED]:/home/groups/d/dr/dri/htdocs/
> 
> Then login to dri.sf.net with ssh and your SF user id and untar the site
> into a temporary directory. Make sure its 'chmod a+r'.
> 
> Cheers,
> 
> - Frank



---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



[Dri-devel] Re: Dri-devel digest, Vol 1 #1484 - 11 msgs

2002-06-23 Thread Frank Worsley

Hi Ian,

to upload the new site you have to tar it up, then do the following:

scp tarball.tar.gz [EMAIL PROTECTED]:/home/groups/d/dr/dri/htdocs/

Then login to dri.sf.net with ssh and your SF user id and untar the site
into a temporary directory. Make sure its 'chmod a+r'.

Cheers,

- Frank


On Sun, 2002-06-23 at 01:37, [EMAIL PROTECTED]
wrote:
> Send Dri-devel mailing list submissions to
>   [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/dri-devel
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Dri-devel digest..."
> 
> 
> Today's Topics:
> 
>1. Re: radeon cvs problem (Keith Whitwell)
>2. Re: radeon cvs problem (Dieter =?iso-8859-1?q?N=FCtzel?=)
>3. radeon-20020621 install problem ([EMAIL PROTECTED])
>4. Radeon driver problem ... X dont satart! (thork)
>5. website. (Ian Molton)
>6. Re: website. (Jens Owen)
>7. Re: How to trace switching to software rendering (Michael Schlueter)
>8. Re: radeon drivers (tcl vs. non-tcl) (Zilvinas Valinskas)
>9. Re: radeon drivers (tcl vs. non-tcl) (Zilvinas Valinskas)
>   10. Re: radeon cvs problem ([EMAIL PROTECTED])
>   11. Mini HOWTO get extra ~30 fps with gears ... (Zilvinas Valinskas)
> 
> --__--__--
> 
> Message: 1
> Date: Sat, 22 Jun 2002 20:41:33 +0100
> From: Keith Whitwell <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: [Dri-devel] radeon cvs problem
> 
> [EMAIL PROTECTED] wrote:
> >>If you're running XFree86 4.1,
> >>
> > 
> > No, I'm running 4.2. Yesterday I bit the bullet and downloaded the
> > entire source tree (quite an adventure down a phone line ...) and
> > built from source. All worked fine this time, so there perhaps some
> > problem with the binary packages on SF? Perhaps there's a dependence
> > on an X11R6 module not included in the binary package?
> > 
> > Anyhow, so now I have the radeon cvs built and working correctly,
> > everything's wonderful (thanks to all the developers!) apart from an
> > assertion failure I get repeatedly with our 3D ultrasound application
> > (http://svr-www.eng.cam.ac.k/~rwp/stradx). It happens whenever I open
> > a new window and make the new context current:
> > 
> > radeon_vtxfmt.c:1039: radeonVtxfmtUnbindContext: Assertion `vb.context == ctx' 
>failed.
> > 
> > It doesn't happen with _every_ context switch, just with a particular
> > pair of windows in the application - but it is repeatable with these
> > two windows. The problem goes away with RADEON_NO_TCL=1 or
> > RADEON_NO_VTXFMT=1, and doesn't appear with any other GL
> > implementation we've tried (including mga dri).
> > 
> > I'd be happy to test patches if anyone's interested in this one 
> 
> This is interesting.  The code to cope with multiple contexts there hasn't had 
> a huge amount of testing.  If I download your code, how can I exercise this 
> problem?
> 
> Keith
> 
> 
> 
> 
> 
> 
> --__--__--
> 
> Message: 2
> From: Dieter =?iso-8859-1?q?N=FCtzel?= <[EMAIL PROTECTED]>
> Organization: DN
> To: Keith Whitwell <[EMAIL PROTECTED]>,
>  [EMAIL PROTECTED]
> Subject: Re: [Dri-devel] radeon cvs problem
> Date: Sat, 22 Jun 2002 21:55:15 +0200
> Cc: [EMAIL PROTECTED],
>  [EMAIL PROTECTED]
> 
> 
> --Boundary-00=_30I4O4PKY8I7MKG15FFO
> Content-Type: text/plain;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: 8bit
> 
> On Saturday 22 June 2002 21:41, Keith Whitwell wrote:
> > [EMAIL PROTECTED] wrote:
> > >>If you're running XFree86 4.1,
> > >
> > > No, I'm running 4.2. Yesterday I bit the bullet and downloaded the
> > > entire source tree (quite an adventure down a phone line ...) and
> > > built from source. All worked fine this time, so there perhaps some
> > > problem with the binary packages on SF? Perhaps there's a dependence
> > > on an X11R6 module not included in the binary package?
> > >
> > > Anyhow, so now I have the radeon cvs built and working correctly,
> > > everything's wonderful (thanks to all the developers!) apart from an
> > > assertion failure I get repeatedly with our 3D ultrasound application
> > > (http://svr-www.eng.cam.ac.k/~rwp/stradx). It happens whenever I open
> > > a new window and make the new context current:
> > >
> > > radeon_vtxfmt.c:1039: radeonVtxfmtUnbindContext: Assertion `vb.context ==
> > > ctx' failed.
> > >
> > > It doesn't happen with _every_ context switch, just with a particular
> > > pair of windows in the application - but it is repeatable with these
> > > two windows. The problem goes away with RADEON_NO_TCL=1 or
> > > RADEON_NO_VTXFMT=1, and doesn't appear with any other GL
> > > implementation we've tried (including mga dri).
> > >
> > > I'd be happy to test patches if anyone's interested in this one