gallium: disable assert(0) in xmesa_surface()
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 10 Dec 2007 22:27:04 +0000 (22:27 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 10 Dec 2007 22:27:04 +0000 (22:27 +0000)
src/mesa/pipe/xlib/xm_winsys.c

index ec171e3..c372545 100644 (file)
@@ -127,7 +127,7 @@ struct xmesa_softpipe_winsys
 static INLINE struct xmesa_surface *
 xmesa_surface(struct pipe_surface *ps)
 {
-   assert(0);
+//   assert(0);
    return (struct xmesa_surface *) ps;
 }