Re: [Mesa-dev] [PATCH] panfrost: Fix stride check when mipmapping

2019-06-10 Thread Tomeu Vizoso
On Sat, 8 Jun 2019 at 02:15, Alyssa Rosenzweig wrote: > > Now that we support custom strides on mipmapped lines textures > (theoretically, at least), extend the stride check to support mipmaps. > Fixes incorrect strides of linear windows in Weston. > > Signed-off-by: Alyssa Rosenzweig Looks good

[Mesa-dev] [PATCH] panfrost: Fix stride check when mipmapping

2019-06-07 Thread Alyssa Rosenzweig
Now that we support custom strides on mipmapped lines textures (theoretically, at least), extend the stride check to support mipmaps. Fixes incorrect strides of linear windows in Weston. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 22 +++---