Re: [Mesa-dev] [PATCH 05/43] i965/blorp: Properly handle mt->first_level

2017-05-17 Thread Jason Ekstrand
On Tue, May 16, 2017 at 11:16 PM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Tue, May 16, 2017 at 03:44:59PM -0700, Jason Ekstrand wrote: > > The guts of blorp and ISL don't understand i965's partial miptrees. > > Instead, we need to subtract off first_level before we hand anythin

Re: [Mesa-dev] [PATCH 05/43] i965/blorp: Properly handle mt->first_level

2017-05-16 Thread Pohjolainen, Topi
On Tue, May 16, 2017 at 03:44:59PM -0700, Jason Ekstrand wrote: > The guts of blorp and ISL don't understand i965's partial miptrees. > Instead, we need to subtract off first_level before we hand anything off > to blorp. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 3 +++ > 1 file changed, 3 in

[Mesa-dev] [PATCH 05/43] i965/blorp: Properly handle mt->first_level

2017-05-16 Thread Jason Ekstrand
The guts of blorp and ISL don't understand i965's partial miptrees. Instead, we need to subtract off first_level before we hand anything off to blorp. --- src/mesa/drivers/dri/i965/brw_blorp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/