Re: [Mesa-dev] [PATCH v2 30.1/33] anv/blorp: Add a gcd_pow2_u64 helper and use it

2016-09-12 Thread Nanley Chery
On Mon, Sep 12, 2016 at 11:11:25AM -0700, Jason Ekstrand wrote: > This is a lot cleaner and easier to read than the old piles of if > statements. > > Signed-off-by: Jason Ekstrand > --- > src/intel/vulkan/anv_blorp.c | 48 > ++-- >

[Mesa-dev] [PATCH v2 30.1/33] anv/blorp: Add a gcd_pow2_u64 helper and use it

2016-09-12 Thread Jason Ekstrand
This is a lot cleaner and easier to read than the old piles of if statements. Signed-off-by: Jason Ekstrand --- src/intel/vulkan/anv_blorp.c | 48 ++-- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git