浏览代码

i965: Don't forget the force_sechalf flag in lower_load_payload().

Regression from commit 41868bb682.
Fixes a bunch of ARB_shader_image_load_store tests.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
tags/10.6-branchpoint
Francisco Jerez 10 年前
父节点
当前提交
0db663503e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/mesa/drivers/dri/i965/brw_fs.cpp

+ 1
- 0
src/mesa/drivers/dri/i965/brw_fs.cpp 查看文件

@@ -3507,6 +3507,7 @@ fs_visitor::lower_load_payload()
fs_inst *mov = MOV(retype(dst, inst->src[i].type),
inst->src[i]);
mov->force_writemask_all = inst->force_writemask_all;
mov->force_sechalf = inst->force_sechalf;
inst->insert_before(block, mov);
}
dst = offset(dst, 1);

正在加载...
取消
保存