Fix typo so that i915simple actually gets used.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 10:35:14 +0000 (11:35 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 11:30:27 +0000 (12:30 +0100)
src/mesa/drivers/dri/intel_winsys/intel_context.c

index d748c08..e8b330e 100644 (file)
@@ -386,6 +386,7 @@ intelCreateContext(const __GLcontextModes * mesaVis,
       case PCI_CHIP_I915_G:
       case PCI_CHIP_I915_GM:
         intel->pipe = intel_create_i915simple( intel );
+        break;
       default:
         _mesa_printf("Unknown PCIID %x in %s, using software driver\n", 
                      intel->intelScreen->deviceID, __FUNCTION__);