Module: Mesa Branch: master Commit: 965cfbc85e0193dea9383286073079cdba7354e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=965cfbc85e0193dea9383286073079cdba7354e7
Author: Timothy Arceri <[email protected]> Date: Mon Dec 15 18:10:12 2014 +1100 i965: remove commented out code Acked-by: Matt Turner <[email protected]> --- src/mesa/drivers/dri/i965/brw_fs_fp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs_fp.cpp b/src/mesa/drivers/dri/i965/brw_fs_fp.cpp index 6348bc1..bead05a 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_fp.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs_fp.cpp @@ -132,8 +132,6 @@ fs_visitor::emit_fragment_program_code() const struct prog_instruction *fpi = &prog->Instructions[insn]; base_ir = fpi; - //_mesa_print_instruction(fpi); - fs_reg dst; fs_reg src[3]; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
