Re: [Mesa-dev] [PATCH] i915: Fix logic_op check.

2013-10-28 Thread Ian Romanick
On 10/26/2013 12:36 AM, Vinson Lee wrote: > logic_op is of type GLenum (unsigned int). > > Fixes "Macro compares unsigned to 0" defect reported by Coverity. > > Signed-off-by: Vinson Lee > --- > src/mesa/drivers/dri/i915/intel_blit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Mesa-dev] [PATCH] i915: Fix logic_op check.

2013-10-26 Thread Vinson Lee
logic_op is of type GLenum (unsigned int). Fixes "Macro compares unsigned to 0" defect reported by Coverity. Signed-off-by: Vinson Lee --- src/mesa/drivers/dri/i915/intel_blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i915/intel_blit.c b/src/mes