i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_builder.h
index 58ac5980da595a30ecdd1b737f9956e8f71b36fd..c823190efbdc112fc43e06066d4128d655d72b9a 100644 (file)
@@ -235,7 +235,7 @@ namespace brw {
       instruction *
       emit(enum opcode opcode, const dst_reg &dst) const
       {
-         return emit(instruction(opcode, dst));
+         return emit(instruction(opcode, dst.width, dst));
       }
 
       /**