mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
disable assertion in sp_tile_cache_set_surface() for now
This commit is contained in:
parent
4ccd3124f6
commit
f26936b352
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue