diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-10 13:45:24 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-10 13:45:24 -0700 |
commit | f26936b35253b697f1ccb5c2898a8607564bdcfe (patch) | |
tree | 572aad3323f5104b215830b87ab0250064ed7b4f /src/mesa/pipe/softpipe | |
parent | 4ccd3124f611b33c062c4b0004616171934f1908 (diff) |
disable assertion in sp_tile_cache_set_surface() for now
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_tile_cache.c | 2 |
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 fadd169f5d..25c6dd4d17 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); } |