This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
disable assertion in sp_tile_cache_set_surface() for now
tags/mesa_20090313
Brian
17 years ago
parent
4ccd3124f6
commit
f26936b352
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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);
}
Write
Preview
Loading…
Cancel
Save