Re: [Mesa-dev] [PATCH v3 17/18] i965: refactor miptree alignment calculation code

2015-06-30 Thread Anuj Phogat
On Mon, Jun 22, 2015 at 4:02 PM, Nanley Chery wrote: > From: Nanley Chery > > Remove redundant checks and comments by grouping our calculations for > align_w and align_h wherever possible. > > v2: reintroduce brw. > don't include functional changes. > don't adjust function parameters or c

[Mesa-dev] [PATCH v3 17/18] i965: refactor miptree alignment calculation code

2015-06-22 Thread Nanley Chery
From: Nanley Chery Remove redundant checks and comments by grouping our calculations for align_w and align_h wherever possible. v2: reintroduce brw. don't include functional changes. don't adjust function parameters or create a new function. Signed-off-by: Nanley Chery --- src/mesa/dr