Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Marcelo E. Magallon
>> Daryll Strauss <[EMAIL PROTECTED]> writes: > Actually, the SGI SI has all the man pages although not in their > standard format. Since that does have a reasonable license I'll take > a look at those and see if I can massage them into something XFree86 > can use. For me it's enough with

[Dri-devel] Xvideo bug on Voodoo3 PCI

2001-05-10 Thread Mike A. Harris
A user submitted the following bug for 4.0.2/4.0.3. Card: 3dfx Voodoo3 2000 PCI This is what xine tells: This is xine - a mpeg 1, 2 player v0.3.7 - (c) 2000 by G. Bartsch. testing for audio driver: oss <-(successfully initialized) Using oss audio output driver. !! no port attributes defined f

[Dri-devel] supported resolutions matrix

2001-05-10 Thread Frank Worsley
Ok, since I sent this last time from Outlook without switching to plain-text mode I will try this again. As I understand it the supported resolution for 3D acceleration depends on the graphics cards memory capacity. If this is the case, and also if it is the same for all cards maybe someone

[Dri-devel] Problem with C++ Code

2001-05-10 Thread Allen Barnett
Hi, Attached is a small example (test4.cpp) of using the Qt OpenGL widget to draw a white filled triangle. I was hoping that someone else could try it out and see if they get the same results I do. Here is a table of what I see: Video Rendering Method Result TDFX 3500 DRI Glide Direct Lo

[Dri-devel] Re: [Dri-patches] [ dri-Bugs-422700 ] 3D acceleration in Xinerama?

2001-05-10 Thread Jens Owen
Matt wrote: > Hi, > I'm running a G450 dualhead configuration and when not > using Xinerama 3D works properly on the first head. > However, when enabling Xinerama I get no 3D > acceleration (I assume because it creates a gigantic > root whose size can't be supported in acceleration :p). >

[Dri-devel] Re: use of FALLBACK macro in 3.5 drivers

2001-05-10 Thread Gareth Hughes
Keith Whitwell wrote: > > Gareth Hughes wrote: > > > > That's me hacking away and being lazy (hence the comment). > > Fair enough. The use of that macro seems to confuse people (they think that > they can use the same bit with different expressions in different places). > The fact that the text

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Alan Hourihane
On Thu, May 10, 2001 at 09:59:17AM -0400, Allen Barnett wrote: > Hi, > > I'm not sure if this package is intended for developers and on > non-Debian systems, but I fearlessly tried it out on my RedHat 7.1 > installation anyway. If I missed the point, please ignore the following. > > I tested the

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Daryll Strauss
On Thu, May 10, 2001 at 07:26:44AM -0700, Daryll Strauss wrote: > > Lastly, it would be nice if the OpenGL man pages where included, too > > (see ftp://ftp.sgi.com/opengl/doc). > > I would love to, but I haven't been able to get a straight answer out of > anyone from SGI on the legal status of th

[Dri-devel] Re: use of FALLBACK macro in 3.5 drivers

2001-05-10 Thread Keith Whitwell
Gareth Hughes wrote: > > Keith Whitwell wrote: > > > > Looking at the tdfx driver I see this: > > > >/* FIXME: Combine this into one call... > > */ > >FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, mode != GL_FUNC_ADD_EXT ); > >FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, > > c

[Dri-devel] Re: [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Michel Dänzer
Alan Hourihane wrote: > This is to announce that the daily snapshots will be made in regular > releases at certain points in time. > > Due to the XFree86 4.1.0 release coming ever closer we need lots of > testing now to make sure we get as much as possible into 4.1.0. > > These regular relea

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Daryll Strauss
On Thu, May 10, 2001 at 09:59:17AM -0400, Allen Barnett wrote: > I'm not sure if this package is intended for developers and on > non-Debian systems, but I fearlessly tried it out on my RedHat 7.1 > installation anyway. If I missed the point, please ignore the following. We have a bit of a proble

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release -- RADEON VE is not detected since May

2001-05-10 Thread Scott Billings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, I'm not sure exactly which is it, but I WAS having the same problems. Last night, I downloaded the binaries from the 9th, and changed my XF86Config file from "ati" to "radeon" in the appropriate section, and I'm typing this using that setup.

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Allen Barnett
Hi, I'm not sure if this package is intended for developers and on non-Debian systems, but I fearlessly tried it out on my RedHat 7.1 installation anyway. If I missed the point, please ignore the following. I tested the i386/tdfx combination on a 3500TV. Except for one problem, pure OpenGL apps

[Dri-devel] Re: use of FALLBACK macro in 3.5 drivers

2001-05-10 Thread Gareth Hughes
Keith Whitwell wrote: > > Looking at the tdfx driver I see this: > >/* FIXME: Combine this into one call... > */ >FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, mode != GL_FUNC_ADD_EXT ); >FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, > ctx->Color.ColorLogicOpEnabled && ctx->Co

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release -- RADEON VE is not detected since May

2001-05-10 Thread Alan Hourihane
On Thu, May 10, 2001 at 01:10:15PM +0200, Christoph Raab wrote: > Hi ! > > My Radeon VE is not longer detected since start of May. It's working with the > snapshot used for the debian packages (April, 29th) but only on the second > monitor port. > What does lspci or scanpci say ? Alan. _

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release -- RADEON VE is not detected since May

2001-05-10 Thread Christoph Raab
Hi ! My Radeon VE is not longer detected since start of May. It's working with the snapshot used for the debian packages (April, 29th) but only on the second monitor port. ciao christoph +*+

[Dri-devel] use of FALLBACK macro in 3.5 drivers

2001-05-10 Thread Keith Whitwell
Looking at the tdfx driver I see this: /* FIXME: Combine this into one call... */ FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, mode != GL_FUNC_ADD_EXT ); FALLBACK( tmesa, TDFX_FALLBACK_BLEND_EQ, ctx->Color.ColorLogicOpEnabled && ctx->Color.LogicOp != GL_COPY ); This is bro

Re: [Dri-devel] [ANNOUNCE] v0.5 DRI release

2001-05-10 Thread Nathan Hand
On Thu, May 10, 2001 at 05:29:29AM +0200, Dieter N?tzel wrote: > Nathan's tdfx Xv driver patch? > Still an issue with 1280x1024x24 (x16?) and above. I apologise for my lack of movement on this. I've had a number of things crop up lately and I've been strapped for time. I might be able to do some