disable assertion in sp_tile_cache_set_surface() for now

This commit is contained in:
Brian 2007-12-10 13:45:24 -07:00
parent 4ccd3124f6
commit f26936b352

View 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);
}