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
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
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
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
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
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
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
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.
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
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
10 matches
Mail list logo