Re: [Mesa-dev] [PATCH] i915/i965: remove commented out warning

2016-09-30 Thread Ian Romanick
Reviewed-by: Ian Romanick On 09/29/2016 11:37 PM, Timothy Arceri wrote: > The warning was also the wrong location, it should have been > in the else. > --- > src/mesa/drivers/dri/i915/intel_fbo.h | 4 +--- > src/mesa/drivers/dri/i965/intel_fbo.h | 4 +--- > 2 files changed, 2 insertions(+), 6 de

[Mesa-dev] [PATCH] i915/i965: remove commented out warning

2016-09-29 Thread Timothy Arceri
The warning was also the wrong location, it should have been in the else. --- src/mesa/drivers/dri/i915/intel_fbo.h | 4 +--- src/mesa/drivers/dri/i965/intel_fbo.h | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i915/intel_fbo.h b/src/mesa/drivers/dri