Re: [Dri-devel] Matrox G450 _PCI_ and Alpha -- partial success

2001-11-30 Thread Michel Dänzer
On Sat, 2001-12-01 at 01:02, Claus-Justus Heine wrote: > So it seems to work now. Textures do not work (do they work at all > without HAL lib from Matrox? Found some comments in the mga driver > which suggest they are not (yet) supported). We're running a couple G450s in the office without halli

Re: [Dri-devel] Matrox G450 _PCI_ and Alpha -- partial success

2001-11-30 Thread Claus-Justus Heine
Claus-Justus Heine <[EMAIL PROTECTED]> writes: > Basically, it seems to work now -- in principle. Synchronization with > the X-Server is flaky; maybe there is a mb() issue or something like > that. The deadlock was caused by debugging code inserted by myself (sending output with printf() to an x

Re: [Dri-devel] status/where is latest DRI code?

2001-11-30 Thread Michel Dänzer
On Tue, 2001-11-27 at 04:06, Nicholas Leippe wrote: > I've read that the most current DRI code is now > in the XFree86 CVS. Is there any particular > tag that is considered stable since 4.1.0 ? No, the next stable branch will be for 4.2. > Should I just get 4.1.0? No need to use CVS for that,

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On 30 Nov 2001, Michel Dänzer wrote: > That might be the bug then; maybe it's using the width where it should > use the pitch or vice versa. Sounds more like the reverse - something's using the pitch where it should be using the actual width. > What still irritates me is that the pitch seems to

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 17:46, Derrik Pates wrote: > On 30 Nov 2001, Michel Dänzer wrote: > > > horizontal resolution != line pitch > > This driver certainly seems to think it should be. That might be the bug then; maybe it's using the width where it should use the pitch or vice versa. What sti

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On 30 Nov 2001, Michel Dänzer wrote: > horizontal resolution != line pitch This driver certainly seems to think it should be. > Probably not, still I suspect your change doesn't address the real > problem. I think the problem is that the r128 driver doesn't use the > same pitch as aty128fb. You

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On Fri, 30 Nov 2001, Gareth Hughes wrote: > 1) These pitches may have nothing to do with the current mode. Mode >initialization probably touches different registers. If this is the case, then something in the driver is assuming that line width and the number of pixels per line should be equ

Re: [Dri-devel] Minor remaining problem with DRI on iBook with Mobility M3

2001-11-30 Thread Gareth Hughes
On Fri, Nov 30, 2001 at 09:17:07AM -0700, Derrik Pates wrote: > On Fri, 30 Nov 2001, Gareth Hughes wrote: > > > If I remember correctly, the hardware requires pitches to be multiples > > of 64 (that's pixels, not bytes). It's been a while, but we don't do > > that sort of thing for nothing... >

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 17:17, Derrik Pates wrote: > On Fri, 30 Nov 2001, Gareth Hughes wrote: > > > If I remember correctly, the hardware requires pitches to be multiples > > of 64 (that's pixels, not bytes). It's been a while, but we don't do > > that sort of thing for nothing... > > Well, how

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On Fri, 30 Nov 2001, Gareth Hughes wrote: > If I remember correctly, the hardware requires pitches to be multiples > of 64 (that's pixels, not bytes). It's been a while, but we don't do > that sort of thing for nothing... Well, how would an 800x600 display work on it then? The iBook's display i

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On Fri, 30 Nov 2001, Benjamin Herrenschmidt wrote: > Your numbers make me think that while your X server might be enabling > DRI & AGP, for some reason, you are still using software rendering, that > is probably because of a software only mesa library on your system. 'glxinfo' claimed that direc

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Leif Delgass
On 29 Nov 2001, Alex de Landgraaf wrote: > > However, some of the XScreenSaver GL > > hacks, when they end, leave the mouse pointer in a weird state - as an > > (approx.) 64x64 box, with what looks like ~24 lines inverting, ~24 lines > > transparent, then ~8 lines inverting. > > Hmmz, is dit

Re: [Dri-devel] Minor remaining problem with DRI on iBookwith Mobility M3

2001-11-30 Thread Alex de Landgraaf
Thats why its so weird! :) On Thu, 2001-11-29 at 22:56, Derrik Pates wrote: > Alex de Landgraaf wrote: > > > Ohwell, i've recieved register documentation from ATI, zo i'll see if i > > can fix some code this weekend. Does anyone have the mach64 programming > > guide, might help a bit :) > > >

Re: [Dri-devel] Minor remaining problem with DRI on iBook with Mobility M3

2001-11-30 Thread Gareth Hughes
On Fri, Nov 30, 2001 at 01:48:16AM -0700, Derrik Pates wrote: > On 30 Nov 2001, Michel Dänzer wrote: > > > I'll see to it that it gets fixed, but I'd like to check the docs for > > what the value should really be. I hope I'll get around to it this > > weekend. > > Well, the tdfx driver uses 16 *

Re: [Dri-devel] Mesa-4 branch 'make install' error...

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 13:06, dan wrote: > Keith Whitwell wrote: > > >dan wrote: > > > >>Hi all. I'm trying to get the Mesa-4 branch to compile. If this isn't > >>going to happen now, please excuse me - I will wait. But it's _so_ close... > >>I downloaded the mesa_4_0_branch of Mesa and added it t

[Dri-devel] Deadlock on mesa-4-0 and mesa-3-5 branches radeon drv?

2001-11-30 Thread Jorge Luis Williams
Hello, I've run into what appears to be a dead-lock while running tessellation demo by David Blythe which is included in the Glut-3.7 source distribution (glut-3.7/progs/advanced/tes.c) I've been able to reproduce the problem on two different Intel Pentium III SMP machines (550, 850) both using

Re: [Dri-devel] Mesa-4 branch 'make install' error...

2001-11-30 Thread dan
Keith Whitwell wrote: >dan wrote: > >>Hi all. I'm trying to get the Mesa-4 branch to compile. If this isn't >>going to happen now, please excuse me - I will wait. But it's _so_ close... >>I downloaded the mesa_4_0_branch of Mesa and added it to my host.conf >>'make world' seemed to go OK. At leas

Re: [Dri-devel] Mesa-4 branch 'make install' error...

2001-11-30 Thread Keith Whitwell
dan wrote: > > Hi all. I'm trying to get the Mesa-4 branch to compile. If this isn't > going to happen now, please excuse me - I will wait. But it's _so_ close... > I downloaded the mesa_4_0_branch of Mesa and added it to my host.conf > 'make world' seemed to go OK. At least it got to the end and

[Dri-devel] Mesa-4 branch 'make install' error...

2001-11-30 Thread dan
Hi all. I'm trying to get the Mesa-4 branch to compile. If this isn't going to happen now, please excuse me - I will wait. But it's _so_ close... I downloaded the mesa_4_0_branch of Mesa and added it to my host.conf 'make world' seemed to go OK. At least it got to the end and said 'build complet

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 10:30, Benjamin Herrenschmidt wrote: > >Got me. I am trying a CVS build of XFree (4.1.99.1), and the framerate is > >slightly better - glxgears gets generally closer to 200 fps, and TuxRacer > >averages 8-9 fps (versus ~6 with 4.1.0.1 from Debian). It is using the > > > >AGPG

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Benjamin Herrenschmidt
>Got me. I am trying a CVS build of XFree (4.1.99.1), and the framerate is >slightly better - glxgears gets generally closer to 200 fps, and TuxRacer >averages 8-9 fps (versus ~6 with 4.1.0.1 from Debian). It is using the > >AGPGART, and I even tried switching it to AGP 2x mode (the X server log >

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 09:48, Derrik Pates wrote: > On 30 Nov 2001, Michel Dänzer wrote: > > > I'll see to it that it gets fixed, but I'd like to check the docs for > > what the value should really be. I hope I'll get around to it this > > weekend. > > Well, the tdfx driver uses 16 * pScrn->bitsP

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Derrik Pates
On 30 Nov 2001, Michel Dänzer wrote: > I'll see to it that it gets fixed, but I'd like to check the docs for > what the value should really be. I hope I'll get around to it this > weekend. Well, the tdfx driver uses 16 * pScrn->bitsPerPixel, and that's the value I've been using. 64 * pScrn->bits

Re: [Dri-devel] Minor remaining problem with DRI on iBook withMobility M3

2001-11-30 Thread Michel Dänzer
On Fri, 2001-11-30 at 08:19, Derrik Pates wrote: > Also, can I get you to add a fix for the Rage128 line width problem into > the ATI driver? I'd really like to see the fix added (it's one line, > changing one value) before the current CVS HEAD becomes 4.2.0. I'll see to it that it gets fixed, b