Re: [Mesa-dev] [PATCH 1/2] swrast: fix undefined shift of 1 << 31

2019-04-11 Thread Eric Engestrom
On Thursday, 2019-04-11 20:40:13 +1000, Dave Airlie wrote: > From: Dave Airlie > > Pointed out by coverity Series is: Reviewed-by: Eric Engestrom > --- > src/mesa/swrast/s_span.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/swrast/s_span.c

[Mesa-dev] [PATCH 1/2] swrast: fix undefined shift of 1 << 31

2019-04-11 Thread Dave Airlie
From: Dave Airlie Pointed out by coverity --- src/mesa/swrast/s_span.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_span.c b/src/mesa/swrast/s_span.c index f50b549a97f..184a37c99b8 100644 --- a/src/mesa/swrast/s_span.c +++ b/src/mesa/swrast/s_span.c @@