Re: [Mesa-dev] i965: Remove duplicate checks

2017-02-24 Thread Iago Toral
I think the comment affects the hunk after these checks, so maybe removing the checks after the comment makes more sense? Either way: Reviewed-by: Iago Toral Quiroga On Fri, 2017-02-24 at 15:10 +0200, Juha-Pekka Heikkila wrote: > On both sides of the comment on what's being checked are exactly >

[Mesa-dev] i965: Remove duplicate checks

2017-02-24 Thread Juha-Pekka Heikkila
On both sides of the comment on what's being checked are exactly same checks in different order. I took out ones before the comment so comment can stay in place. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/drivers/dri/i965/brw_eu_validate.c | 12 1 file changed, 12 deletions(-)