disable assertion in sp_tile_cache_set_surface() for now
authorBrian <brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 20:45:24 +0000 (13:45 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 10 Dec 2007 20:45:24 +0000 (13:45 -0700)
src/mesa/pipe/softpipe/sp_tile_cache.c

index fadd169f5df4a9bddfdec3a627cd362ea98b2fbf..25c6dd4d1739d608be09cc48446618a2f1038913 100644 (file)
@@ -141,7 +141,7 @@ sp_tile_cache_set_surface(struct softpipe_tile_cache *tc,
    assert(!tc->texture);
 
    if (tc->surface && tc->surface->map) {
-      assert(tc->surface != ps);
+      /*assert(tc->surface != ps);*/
       pipe_surface_unmap(tc->surface);
    }