Browse Source

disable assertion in sp_tile_cache_set_surface() for now

tags/mesa_20090313
Brian 17 years ago
parent
commit
f26936b352
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/pipe/softpipe/sp_tile_cache.c

+ 1
- 1
src/mesa/pipe/softpipe/sp_tile_cache.c 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);
}


Loading…
Cancel
Save