CVS Update: xserver (branch: trunk)

Benjamin Herrenschmidt xorg-commit at cvs.freedesktop.org
Wed Mar 15 05:18:42 EET 2006


CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	benh at kemper.freedesktop.org	06/03/15 03:18:42

Log message:
  2006-03-15  Benjamin Herrenschmidt  <benh at kernel.crashing.org>
  
          * hw/xfree86/dri/dri.c: (DRIExtensionInit):
          Fix DRIExtensionInit() to not register callbacks when it hasn't been
          initialized for the current server generation. Fixes a problem where
          it would use stale private index and blow up in colorful ways if no
          driver called DRIScreenInit() on the second generation (which happens
          due to a bug in radeon that i'll fix separately). Note: clearing the
          index in DRIReset() wouldn't work as DRIReset() is called before the
          CloseScreen() chain

Modified files:
      xserver/xorg/:
        ChangeLog 
      xserver/xorg/hw/xfree86/dri/:
        dri.c 
  
  Revision      Changes    Path
  1.312         +11 -0     xserver/xorg/ChangeLog
  http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog
  1.21          +1 -1      xserver/xorg/hw/xfree86/dri/dri.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/dri/dri.c




More information about the xorg-commit mailing list