Mesa (arb_fbo): mesa: temporarily disable an assertion

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 21 23:32:23 UTC 2009


Module: Mesa
Branch: arb_fbo
Commit: f4287d7c3e3b52fea3c10387609d2ae698e019ba
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4287d7c3e3b52fea3c10387609d2ae698e019ba

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jan 21 15:59:21 2009 -0700

mesa: temporarily disable an assertion

---

 src/mesa/main/fbobject.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c
index 85e15a6..8eb7983 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -1095,7 +1095,7 @@ _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer)
 #ifdef DEBUG
    if (ctx->Extensions.ARB_framebuffer_object) {
       ASSERT(ctx->Extensions.EXT_framebuffer_object);
-      ASSERT(ctx->Extensions.EXT_framebuffer_blit);
+      /*disable temporarily: ASSERT(ctx->Extensions.EXT_framebuffer_blit);*/
    }
 #endif
 




More information about the mesa-commit mailing list