Re: [Mesa-dev] i965: Transition depth and stencil surfaces to isl

2017-07-18 Thread Jason Ekstrand
I've read through the whole thing and given reviews on about 75% of it. I did have some questions though. On Tue, Jul 18, 2017 at 1:46 AM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > First four patches are mechanical replacing intel_mipmap_tree native > members with equivalent found

[Mesa-dev] i965: Transition depth and stencil surfaces to isl

2017-07-18 Thread Topi Pohjolainen
First four patches are mechanical replacing intel_mipmap_tree native members with equivalent found in intel_mipmap_tree::surf. This helps to reduce back and forth churn, i.e., helps to avoid number of "if (mt->surf.size > 0)"-conditionals that would get dropped in the end. Assumption is that this