Re: [Mesa-dev] [PATCH 1/4] i965/fs: Remove duplicate scan_inst->mlen check.

2013-02-20 Thread Eric Anholt
Matt Turner writes: > Is already checked 20 lines below. This series is: Reviewed-by: Eric Anholt The last 2 patches are a bit weird-looking: in changing the gen7 behavior, they change a test from ">= 6" to "< 7" instead of "== 6". This is actually OK because the < 6 case was already covered

[Mesa-dev] [PATCH 1/4] i965/fs: Remove duplicate scan_inst->mlen check.

2013-02-19 Thread Matt Turner
Is already checked 20 lines below. --- src/mesa/drivers/dri/i965/brw_fs.cpp |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index bdb6616..56358f7 100644 --- a/src/mesa/drivers/dri/i965/brw_fs