gallium: disable assert(0) in xmesa_surface()

This commit is contained in:
Keith Whitwell
2007-12-10 22:27:04 +00:00
parent 7c306afdaa
commit f2feb2e4c7
+1 -1
View 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;
}