Mesa (r6xx-rewrite): Disable clear code for now

Alex Deucher agd5f at kemper.freedesktop.org
Tue Jun 2 23:23:44 UTC 2009


Module: Mesa
Branch: r6xx-rewrite
Commit: 116f40a1c4544242040afc7c6cf8621667a058c7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=116f40a1c4544242040afc7c6cf8621667a058c7

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Tue Jun  2 19:23:16 2009 -0400

Disable clear code for now

---

 src/mesa/drivers/dri/r600/r700_clear.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r700_clear.c b/src/mesa/drivers/dri/r600/r700_clear.c
index e1164a0..b62aa66 100644
--- a/src/mesa/drivers/dri/r600/r700_clear.c
+++ b/src/mesa/drivers/dri/r600/r700_clear.c
@@ -63,6 +63,9 @@ void r700Clear(GLcontext * ctx, GLbitfield mask)
     int i;
     struct gl_framebuffer *fb = ctx->DrawBuffer;
 
+    /* XXX FIXME */
+    return;
+
     if( GL_TRUE == r700ClearFast(context, mask) )
     {
         return;




More information about the mesa-commit mailing list