浏览代码

disable assertion in sp_tile_cache_set_surface() for now

tags/mesa_20090313
Brian 17 年前
父节点
当前提交
f26936b352
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/mesa/pipe/softpipe/sp_tile_cache.c

+ 1
- 1
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);
}


正在加载...
取消
保存