Re: [Mesa-dev] [PATCH] vl/zscan: fix "Fix trivial sign compare warnings"

2016-12-14 Thread Jan Vesely
On Wed, 2016-12-14 at 17:46 +, Emil Velikov wrote: > On 14 December 2016 at 14:07, Christian König wrote: > > From: Christian König > > > > The variable actually needs to be signed, otherwise converting it to a > > float doesn't work as expected. > > > > Fixes: https://bugs.freedesktop.org/

Re: [Mesa-dev] [PATCH] vl/zscan: fix "Fix trivial sign compare warnings"

2016-12-14 Thread Emil Velikov
On 14 December 2016 at 14:07, Christian König wrote: > From: Christian König > > The variable actually needs to be signed, otherwise converting it to a > float doesn't work as expected. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=98914 > Signed-off-by: Christian König > --- > src/ga

Re: [Mesa-dev] [PATCH] vl/zscan: fix "Fix trivial sign compare warnings"

2016-12-14 Thread Nayan Deshmukh
Reviewed-by: Nayan Deshmukh On Wed, Dec 14, 2016 at 7:37 PM, Christian König wrote: > From: Christian König > > The variable actually needs to be signed, otherwise converting it to a > float doesn't work as expected. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=98914 > Signed-off-by

[Mesa-dev] [PATCH] vl/zscan: fix "Fix trivial sign compare warnings"

2016-12-14 Thread Christian König
From: Christian König The variable actually needs to be signed, otherwise converting it to a float doesn't work as expected. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=98914 Signed-off-by: Christian König --- src/gallium/auxiliary/vl/vl_zscan.c | 2 +- 1 file changed, 1 insertion(+),