Regression from commit 41868bb6824c6106a55c8442006c1e2215abf567. Fixes a bunch of ARB_shader_image_load_store tests. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 7e4ead0..0a62e46 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -3512,6 +3512,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); -- 2.3.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev