Re: [Mesa-dev] [PATCH v2 05/27] i965/miptree: Use the isl helpers for creating aux surfaces

2016-07-30 Thread Pohjolainen, Topi
On Thu, Jul 28, 2016 at 07:07:34AM -0700, Jason Ekstrand wrote: >On Jul 28, 2016 9:00 AM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@intel.com> wrote: >> >> On Tue, Jul 26, 2016 at 03:11:09PM -0700, Jason Ekstrand wrote: >> > In order for the calculations of things such as fast c

Re: [Mesa-dev] [PATCH v2 05/27] i965/miptree: Use the isl helpers for creating aux surfaces

2016-07-28 Thread Jason Ekstrand
On Jul 28, 2016 9:00 AM, "Pohjolainen, Topi" wrote: > > On Tue, Jul 26, 2016 at 03:11:09PM -0700, Jason Ekstrand wrote: > > In order for the calculations of things such as fast clear rectangles to > > work, we need more details of the auxiliary surface to be correct. In > > particular, we need to

Re: [Mesa-dev] [PATCH v2 05/27] i965/miptree: Use the isl helpers for creating aux surfaces

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:11:09PM -0700, Jason Ekstrand wrote: > In order for the calculations of things such as fast clear rectangles to > work, we need more details of the auxiliary surface to be correct. In > particular, we need to be able to trust the width and height fields. > (These are not

[Mesa-dev] [PATCH v2 05/27] i965/miptree: Use the isl helpers for creating aux surfaces

2016-07-26 Thread Jason Ekstrand
In order for the calculations of things such as fast clear rectangles to work, we need more details of the auxiliary surface to be correct. In particular, we need to be able to trust the width and height fields. (These are not necessarily what you want coming out of the miptree.) The only values