From: Brian Date: Mon, 10 Dec 2007 20:45:24 +0000 (-0700) Subject: disable assertion in sp_tile_cache_set_surface() for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f26936b35253b697f1ccb5c2898a8607564bdcfe;p=mesa.git disable assertion in sp_tile_cache_set_surface() for now --- diff --git a/src/mesa/pipe/softpipe/sp_tile_cache.c b/src/mesa/pipe/softpipe/sp_tile_cache.c index fadd169f5df..25c6dd4d173 100644 --- a/src/mesa/pipe/softpipe/sp_tile_cache.c +++ b/src/mesa/pipe/softpipe/sp_tile_cache.c @@ -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); }