On Mon, Sep 30, 2013 at 11:46:26PM +0200, Vincent Lejeune wrote: Could you go through and wrap some on the long lines that you are adding in the other patches.
With that fix, the entire series is: Reviewed-by: Tom Stellard <[email protected]> > --- > src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c > b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c > index 8ff9abd..ac2e511 100644 > --- a/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c > +++ b/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c > @@ -654,7 +654,8 @@ void radeon_llvm_emit_prepare_cube_coords( > opcode == TGSI_OPCODE_TXB2 || > opcode == TGSI_OPCODE_TXL2) { > coords[3] = coords_arg[4]; > - } else if (opcode == TGSI_OPCODE_TXB || > + } else if (opcode == TGSI_OPCODE_TEX || > + opcode == TGSI_OPCODE_TXB || > opcode == TGSI_OPCODE_TXL) { > coords[3] = coords_arg[3]; > } > -- > 1.8.3.1 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
