Re: [Mesa-dev] [v2 01/19] i965: Isolate aligned dimensions for stencil only

2016-02-11 Thread Ben Widawsky
On Thu, Feb 11, 2016 at 08:33:54PM +0200, Topi Pohjolainen wrote: > This makes the logic a little more explicit and helps to keep > subsequent patches easier to read. > > Suggested-by: Ben Widawsky > Signed-off-by: Topi Pohjolainen Reviewed-by: Ben Widawsky [snip] _

[Mesa-dev] [v2 01/19] i965: Isolate aligned dimensions for stencil only

2016-02-11 Thread Topi Pohjolainen
This makes the logic a little more explicit and helps to keep subsequent patches easier to read. Suggested-by: Ben Widawsky Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 29 +-- 1 file changed, 14 insertions(+), 15 deletions(-) diff