Re: [Dri-devel] glXGetProcAddress question

2002-04-22 Thread Keith Whitwell
Ian Romanick wrote: > > On Tue, Apr 23, 2002 at 12:31:46AM +0100, Keith Whitwell wrote: > > Ian Romanick wrote: > > > What ends up happening is glXGetProcAddress returns the address of the > > > glBegin symbol from my executable (in this case the address of the pointer > > > to function) instead

Re: [Dri-devel] glXGetProcAddress question

2002-04-22 Thread Ian Romanick
On Tue, Apr 23, 2002 at 12:31:46AM +0100, Keith Whitwell wrote: > Ian Romanick wrote: > > What ends up happening is glXGetProcAddress returns the address of the > > glBegin symbol from my executable (in this case the address of the pointer > > to function) instead of the address of the glBegin sym

Re: [Dri-devel] glXGetProcAddress question

2002-04-22 Thread Keith Whitwell
Ian Romanick wrote: > > I may be totally misunderstanding glXGetProcAddress, but it seems to me that > the following *should* be valid: > > void (*glBegin)( GLenum mode ) = NULL; > > void begin_wrapper( GLenum mode ) > { > if ( glBegin == NULL ) > { > glBegin = glXGetProcAddress

Re: [Dri-devel] Ati Mach 64 development

2002-04-22 Thread José Fonseca
Peter, The status of the current Mach64 driver is very well documented by Leif on it's homepage, http://www.retinalburn.net/linux/dri_status.html. As you can see there, things aren't yet finished but are shaping up. There is a problem though: so far no attempt has been made to get it running o

[Dri-devel] glXGetProcAddress question

2002-04-22 Thread Ian Romanick
I may be totally misunderstanding glXGetProcAddress, but it seems to me that the following *should* be valid: void (*glBegin)( GLenum mode ) = NULL; void begin_wrapper( GLenum mode ) { if ( glBegin == NULL ) { glBegin = glXGetProcAddress( "glBegin" ); } (*glBegin)( m

[Dri-devel] Automatic deadlock recovery

2002-04-22 Thread Felix Kühling
Hi, due to my limited hardware equipment I implemented a mechanism that automatically detects X server deadlocks and recovers from them as long as the Kernel isn't locked either. It consists of a C programme which detects the lockup and a shell script which starts the xserver and uses kbd_mode an

Fwd: Re: [Dri-devel] Ati Mach 64 development

2002-04-22 Thread José Fonseca
I had CC'd to dri-devel but for some reason it didn't reached to the list so I'm sending it again. On 2002.04.22 18:37 José Fonseca wrote: Peter, The status of the current Mach64 driver is very well documented by Leif on it's homepage, http://www.retinalburn.net/linux/dri_status.html. As you

Re: [Dri-devel] Ati Mach 64 development

2002-04-22 Thread Michel Dänzer
On Mon, 2002-04-22 at 20:04, José Fonseca wrote: > On 2002.04.22 18:45 Leif Delgass wrote: > > Unfortunately, the driver doesn't support ppc yet. It will probably be > > some time before that is added, as we still need to complete the driver > > for x86. I think Frank Earl worked on ppc support

Re: [Dri-devel] Ati Mach 64 development

2002-04-22 Thread José Fonseca
On 2002.04.22 18:45 Leif Delgass wrote: > Unfortunately, the driver doesn't support ppc yet. It will probably be > some time before that is added, as we still need to complete the driver > for x86. I think Frank Earl worked on ppc support for the XFree 3.x > utah-glx driver, but I'm not sure if

Re: [Dri-devel] Ati Mach 64 development

2002-04-22 Thread Leif Delgass
Unfortunately, the driver doesn't support ppc yet. It will probably be some time before that is added, as we still need to complete the driver for x86. I think Frank Earl worked on ppc support for the XFree 3.x utah-glx driver, but I'm not sure if it's complete. There's a ppc branch in DRI CV

[Dri-devel] Ati Mach 64 development

2002-04-22 Thread Peter Andersson
After missing it several times on your home page i finally saw that development for Ati Mach64 is underway. So i just thought i would announce my interest in the project. I don´t know anything about writing code but if you need some "test pilots" please let me know. I am currently using an Ibo

Re: [Dri-devel] Nightly snapshots from tcl-0-0-branch available

2002-04-22 Thread José Fonseca
On 2002.04.22 15:58 Jens Owen wrote: > "José Fonseca" wrote: > > > > Nightly snapshots of tcl-0-0-branch are now also available from > > http://dri.sourceforge.net/snapshots/bleeding-edge/ with the name > > radeon-tcl-* . Now is really very easy to build any other branch. > > Jose, > > Nice work

Re: [Dri-devel] Nightly snapshots from tcl-0-0-branch available

2002-04-22 Thread Jens Owen
"José Fonseca" wrote: > > Nightly snapshots of tcl-0-0-branch are now also available from > http://dri.sourceforge.net/snapshots/bleeding-edge/ with the name > radeon-tcl-* . Now is really very easy to build any other branch. Jose, Nice work. I'm going to continue building the TG version of th

Re: [Dri-devel] Status of tcl branch

2002-04-22 Thread Keith Whitwell
Martin Spott wrote: > > > Can people with outstanding problems wrt. the tcl branch please let me > > know. > > I have been reporting some synchronization issues two weeks ago and an > additional EMail yesterday. Unfortunately the latter didn't reach the list, Can you forward them to me again?

Re: [Dri-devel] Status of tcl branch

2002-04-22 Thread Martin Spott
> Can people with outstanding problems wrt. the tcl branch please let me > know. I have been reporting some synchronization issues two weeks ago and an additional EMail yesterday. Unfortunately the latter didn't reach the list, Martin. -- Unix _IS_ user friendly - it's just selective about who

[Dri-devel] Status of tcl branch

2002-04-22 Thread Keith Whitwell
Can people with outstanding problems wrt. the tcl branch please let me know. I'd like to get that code merged pretty soon, perhaps by the end of the month. Keith ___ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo