Mesa (master): i965: do a flush in clear, fix openarena render issue,

Ian Romanick idr at kemper.freedesktop.org
Wed Sep 16 15:05:56 UTC 2009


Module: Mesa
Branch: master
Commit: 76e836a41ad47237f80195c5dacb8bc57a7f2b69
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76e836a41ad47237f80195c5dacb8bc57a7f2b69

Author: Zou Nan hai <nanhai.zou at intel.com>
Date:   Wed Sep 16 13:25:46 2009 +0800

i965: do a flush in clear, fix openarena render issue,
      fd.o bug# 23857

---

 src/mesa/drivers/dri/intel/intel_clear.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_clear.c b/src/mesa/drivers/dri/intel/intel_clear.c
index bce2372..9efe6a2 100644
--- a/src/mesa/drivers/dri/intel/intel_clear.c
+++ b/src/mesa/drivers/dri/intel/intel_clear.c
@@ -170,6 +170,7 @@ intelClear(GLcontext *ctx, GLbitfield mask)
 	 }
 	 DBG("\n");
       }
+      intelFlush(&intel->ctx);
       _mesa_meta_clear(&intel->ctx, tri_mask);
    }
 




More information about the mesa-commit mailing list