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

Author: Brian Paul <[email protected]>
Date:   Thu Jan 22 14:33:26 2009 -0700

mesa: re-enable check for EXT_framebuffer_blit

---

 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 19ed571..c16ac0f 100644
--- a/src/mesa/main/fbobject.c
+++ b/src/mesa/main/fbobject.c
@@ -1117,7 +1117,7 @@ _mesa_BindFramebufferEXT(GLenum target, GLuint 
framebuffer)
 #ifdef DEBUG
    if (ctx->Extensions.ARB_framebuffer_object) {
       ASSERT(ctx->Extensions.EXT_framebuffer_object);
-      /*disable temporarily: ASSERT(ctx->Extensions.EXT_framebuffer_blit);*/
+      ASSERT(ctx->Extensions.EXT_framebuffer_blit);
    }
 #endif
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to