On Sun, 18 Aug 2002, Branden Robinson wrote: > > CVSROOT: /home/x-cvs > > Module name: xc > > Changes by: [EMAIL PROTECTED] 02/08/08 01:18:01
> > Log message: > > multiple people have sent this fix in, committing it now. > > Stops tdfx dri driver segfaulting > > Modified files: > > xc/lib/GL/mesa/src/drv/tdfx/: > > tdfx_context.c > > Revision Changes Path > > 1.9 +2 -2 xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.c > This patch appears to cause parse errors. > To get it to compile again I had to change line 551 to: > *((void **)&(tmesa->Glide.PTR)) = dlsym(libHandle, NAME); \ > instead of > *((void **)&tmesa->Glide.PTR = dlsym(libHandle, NAME); \ Your checked-out copy of tdfx_context.c is out of sync, as your suggestion above is what was actually committed. Marc. +----------------------------------+-----------------------------------+ | Marc Aurele La France | work: 1-780-492-9310 | | Computing and Network Services | fax: 1-780-492-1729 | | 352 General Services Building | email: [EMAIL PROTECTED] | | University of Alberta +-----------------------------------+ | Edmonton, Alberta | | | T6G 2H1 | Standard disclaimers apply | | CANADA | | +----------------------------------+-----------------------------------+ XFree86 Core Team member. ATI driver and X server internals. _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
