diff options
author | Topi Pohjolainen <topi.pohjolainen@intel.com> | 2014-11-12 15:04:15 +0200 |
---|---|---|
committer | Topi Pohjolainen <topi.pohjolainen@intel.com> | 2014-11-12 15:04:15 +0200 |
commit | 7730c75e5437bf863b2da0e11fb2849f75c28c8c (patch) | |
tree | cc18b2d99d14f87efd2258974ace16ee14eb6749 | |
parent | 45de0a35a66d017aa026cee467edaf71e29b6f75 (diff) |
Revert "wip"
This reverts commit 45de0a35a66d017aa026cee467edaf71e29b6f75.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp index 19487cc538..e9aa071ba8 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_generator.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs_generator.cpp @@ -2054,8 +2054,6 @@ fs_generator::generate_code(const cfg_t *cfg) assert(dst.type == BRW_REGISTER_TYPE_F); assert(src[0].type == BRW_REGISTER_TYPE_F); assert(src[1].type == BRW_REGISTER_TYPE_F); - brw_set_default_mask_control(p, true); - brw_set_default_access_mode(p, BRW_ALIGN_16); dst.width = BRW_WIDTH_4; /* Tell the hardware that there are in fact single precision floats * but that each occupies 64-bits. @@ -2075,8 +2073,6 @@ fs_generator::generate_code(const cfg_t *cfg) src[1].vstride = (inst->exec_size == 16) ? BRW_VERTICAL_STRIDE_16 : BRW_VERTICAL_STRIDE_8; brw_MOV(p, dst, src[1]); - brw_set_default_mask_control(p, false); - brw_set_default_access_mode(p, BRW_ALIGN_1); break; case FS_OPCODE_UNIFORM_PULL_CONSTANT_LOAD: |