i965: do a flush in clear, fix openarena render issue,
authorZou Nan hai <nanhai.zou@intel.com>
Wed, 16 Sep 2009 05:25:46 +0000 (13:25 +0800)
committerZou Nan hai <nanhai.zou@intel.com>
Wed, 16 Sep 2009 05:25:46 +0000 (13:25 +0800)
      fd.o bug# 23857

src/mesa/drivers/dri/intel/intel_clear.c

index bce2372..9efe6a2 100644 (file)
@@ -170,6 +170,7 @@ intelClear(GLcontext *ctx, GLbitfield mask)
         }
         DBG("\n");
       }
+      intelFlush(&intel->ctx);
       _mesa_meta_clear(&intel->ctx, tri_mask);
    }