summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-10 13:45:24 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-10 13:45:24 -0700
commitf26936b35253b697f1ccb5c2898a8607564bdcfe (patch)
tree572aad3323f5104b215830b87ab0250064ed7b4f
parent4ccd3124f611b33c062c4b0004616171934f1908 (diff)
disable assertion in sp_tile_cache_set_surface() for now
-rw-r--r--src/mesa/pipe/softpipe/sp_tile_cache.c2
1 files changed, 1 insertions, 1 deletions
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);
}