Keith Whitwell wrote:
Ian Romanick wrote:

CVSROOT:    /cvsroot/dri
Module name:    xc
Repository:    xc/xc/lib/GL/mesa/src/drv/r128/
Changes by:    idr@sc8-pr-cvs1.    02/11/27 12:47:44

Log message:
  Initial pass at adding texmem support to Rage128 driver.  These
  changes have not yet been tested as I don't have access to Rage128
  hardware.  I will post to dri-devel to beg for help.


I fixed one trivial problem with turning on extensions (is that *strictly* a texmem change, Ian?)

Now I've got this:

Program received signal SIGSEGV, Segmentation fault.
0x4047258c in driInitTextureObjects (ctx=0x8056b18, swapped=0x8054e00,
targets=3) at texmem.c:802
802 move_to_tail( swapped, (driTextureObject *) texObj->DriverData );

Ian,

OK, fixing that, there's more of the same stuff later. It seems there's an assumption that tObj->DriverData is always non-null, but that isn't actually the case.

I'm not sure which way you want to fix this.

Keith



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to