diff options
| -rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index 710eb0bb72..bc49ee8fe0 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -813,9 +813,9 @@ fs_visitor::emit_general_interpolation(ir_variable *ir)  			 fs_reg(interp)));  	    attr.reg_offset++;  	 } -	 attr.reg_offset -= type->vector_elements;  	 if (intel->gen < 6) { +	    attr.reg_offset -= type->vector_elements;  	    for (unsigned int c = 0; c < type->vector_elements; c++) {  	       emit(fs_inst(BRW_OPCODE_MUL,  			    attr, | 
