View | Details | Raw Unified | Return to bug 101201 | Differences between
and this patch

Collapse All | Expand All

(-)intel_screen.c (+1 lines)
Lines 340-345 Link Here
340
   case PCI_CHIP_I915_G:
340
   case PCI_CHIP_I915_G:
341
   case PCI_CHIP_I915_GM:
341
   case PCI_CHIP_I915_GM:
342
   case PCI_CHIP_I945_G:
342
   case PCI_CHIP_I945_G:
343
   case PCI_CHIP_I945_GM:
343
      return i915CreateContext( mesaVis, driContextPriv, 
344
      return i915CreateContext( mesaVis, driContextPriv, 
344
			       sharedContextPrivate );
345
			       sharedContextPrivate );
345
 
346
 

Return to bug 101201