Don't use hardware driver by default, until its working a bit better.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 11:32:06 +0000 (12:32 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 8 Aug 2007 11:32:06 +0000 (12:32 +0100)
src/mesa/drivers/dri/intel_winsys/intel_context.c

index e8b330e50385a6eec74d78c59849786ae0b1f6a1..66be3af72b93cefe1caa16770e36e2b58c5fcf6a 100644 (file)
@@ -372,7 +372,7 @@ intelCreateContext(const __GLcontextModes * mesaVis,
    /*
     * Pipe-related setup
     */
-   if (getenv("INTEL_SOFTPIPE")) {
+   if (!getenv("INTEL_HW")) {
       intel->pipe = intel_create_softpipe( intel );
    }
    else {