Re: [Dri-devel] Re: CVS Update: xc (branch: trunk)

2003-09-08 Thread Martin Spott
Alex Deucher <[EMAIL PROTECTED]> wrote: >> Eric Anholt <[EMAIL PROTECTED]> wrote: >> >> > If anyone wants to test, [...] >> >> Which video card would you recommend for trying ? I'd see if I can >> get one, >> > An card from the 300 series sis cards should work: > 300, 305, 540, 630/S/ST, 730 O

[Dri-devel] CVS: `glXGetContextReadDrawable' is undefined?

2003-09-08 Thread Dieter Nützel
VTK compilation: Building executable /opt/VTK/V4.0/VTK/bin/vtk... /usr/X11R6/lib/libGL.so: undefined reference to `glXGetContextReadDrawable' collect2: ld returned 1 exit status V4.0/VTK> l /usr/X11R6/lib/libGL.so.1.2 -rwxr-xr-x1 root root 609431 Sep 7 22:33 /usr/X11R6/lib/libGL.s

Re: [Dri-devel] Fault in radeon DRM module

2003-09-08 Thread Jon Smirl
I think I have tracked this down to the DRM drivers in the kernel not matching the ones in DRI CVS. Some of the structures in the initialization IOCTL have changed which caused one of the ring pointers to initialize to zero instead of what it needed. The minor version number probably should have

Re: [Dri-devel] r200 glXDestroyContext bug?

2003-09-08 Thread Ian Romanick
Aleksander Demko wrote: It seems that r200 driver's glXDestroyContext() needs valid Drawable. In r200GetLock(), DRI_VALIDATE_DRAWABLE_INFO() is called to get a valid clip rect of target Drawable. It fails if the Drawable is already destroyed. (for details, see xc/lib/GL/mesa/src/drv/r200 sources i

[Dri-devel] Weekly IRC meeting reminder

2003-09-08 Thread Ian Romanick
This is just a friendly reminder that the weekly dri-devel IRC meeting will be starting in the #dri-devel channel on irc.freenode.net at 2100 UTC (or 5:00PM EDT or 2:00PM PDT, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

[Dri-devel] Re: CVS: `glXGetContextReadDrawable' is undefined?

2003-09-08 Thread Ian Romanick
Dieter Nützel wrote: Building executable /opt/VTK/V4.0/VTK/bin/vtk... /usr/X11R6/lib/libGL.so: undefined reference to `glXGetContextReadDrawable' collect2: ld returned 1 exit status This was fixed by file version 1.59 of lib/GL/glx/glxcmds.c on 9/2. I can't wait until the anon CVS problems are 1

[Dri-devel] r200 glXDestroyContext bug?

2003-09-08 Thread Aleksander Demko
It seems that r200 driver's glXDestroyContext() needs valid Drawable. In r200GetLock(), DRI_VALIDATE_DRAWABLE_INFO() is called to get a valid clip rect of target Drawable. It fails if the Drawable is already destroyed. (for details, see xc/lib/GL/mesa/src/drv/r200 sources in XFree86). According t

[Dri-devel] Re: xfree86, DRI, and multiple heads: thoughts and ideas

2003-09-08 Thread Alex Deucher
you could look at a register dump of the windows drivers and reverse engineer support. Also the xfree86 driver makes some references to the two display pipes, so you may be able to extrapolate support based on that. I'm not sure of the status with regards to the i830/45/55/65 parts documentation.

Re: [Dri-devel] Re: CVS Update: xc (branch: trunk)

2003-09-08 Thread Eric Anholt
On Sun, 2003-09-07 at 07:42, Dieter Nützel wrote: > Am Samstag, 6. September 2003 23:29 schrieb Eric Anholt: > > On Sat, 2003-09-06 at 14:16, Eric Anholt wrote: > > > CVSROOT: /cvs/dri > > > Module name: xc > > > Repository: xc/xc/ > > > Changes by: [EMAIL PROTECTED] 03/09/0

Re: [Dri-devel] Fault in radeon DRM module

2003-09-08 Thread Linus Torvalds
On Sun, 7 Sep 2003, Jon Smirl wrote: > > I'm getting this with standalone Mesa not DRI. Can a someone more familar with > the R200 kernel DRM driver give me a clue as to what is not being set up > correctly? I die in RADEON_PURGE_CACHE() in radeon_do_cp_start(). More precisely: > Unable to handl