使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
brkho
/
mesa
关注
1
点赞
0
派生
0
代码
版本发布
562
百科
动态
浏览代码
disable assertion in sp_tile_cache_set_surface() for now
tags/mesa_20090313
Brian
17 年前
父节点
4ccd3124f6
当前提交
f26936b352
共有
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);
}
撰写
预览
正在加载...
取消
保存