Re: [Mesa-dev] [PATCH] anv: fix warning about unused width variable.

2016-02-19 Thread Jason Ekstrand
On Tue, Feb 16, 2016 at 6:23 PM, Dave Airlie wrote: > From: Dave Airlie > > We don't use width outside the debug clause here. > Thanks > --- > src/vulkan/gen_pack_header.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git

Re: [Mesa-dev] [PATCH] anv: fix warning about unused width variable.

2016-02-19 Thread Eduardo Lima Mitev
On 02/17/2016 03:23 AM, Dave Airlie wrote: > From: Dave Airlie > > We don't use width outside the debug clause here. > --- This issue is still valid, but patch needs rebasing. There are at least two instances of this problem in gen7_pack.h, maybe more in the rest of pack

[Mesa-dev] [PATCH] anv: fix warning about unused width variable.

2016-02-16 Thread Dave Airlie
From: Dave Airlie We don't use width outside the debug clause here. --- src/vulkan/gen_pack_header.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vulkan/gen_pack_header.py b/src/vulkan/gen_pack_header.py index 3cabb58..75c4f26 100755 ---