Re: [Mesa-dev] [PATCH 3/4] anv/blit2d: Copy with stencil sources when needed

2016-07-14 Thread Jason Ekstrand
R-B On Thu, Jul 14, 2016 at 8:02 AM, Nanley Chery wrote: > On Fri, Jul 01, 2016 at 02:29:25PM -0700, Jason Ekstrand wrote: > > seems fine to me > > > > Should I use the Acked-by tag for this patch? Or push without a reviewer > tag? > > Thanks, > Nanley > > > On Fri, Jul

Re: [Mesa-dev] [PATCH 3/4] anv/blit2d: Copy with stencil sources when needed

2016-07-14 Thread Nanley Chery
On Fri, Jul 01, 2016 at 02:29:25PM -0700, Jason Ekstrand wrote: > seems fine to me > Should I use the Acked-by tag for this patch? Or push without a reviewer tag? Thanks, Nanley > On Fri, Jul 1, 2016 at 2:25 PM, Chad Versace wrote: > > > On Mon 27 Jun 2016, Nanley

Re: [Mesa-dev] [PATCH 3/4] anv/blit2d: Copy with stencil sources when needed

2016-07-01 Thread Jason Ekstrand
seems fine to me On Fri, Jul 1, 2016 at 2:25 PM, Chad Versace wrote: > On Mon 27 Jun 2016, Nanley Chery wrote: > > In the next patch, ISL will unconditionally perform verification of a > > surface's tiling and usage. Since it will require that w-tiled images > > be

Re: [Mesa-dev] [PATCH 3/4] anv/blit2d: Copy with stencil sources when needed

2016-07-01 Thread Chad Versace
On Mon 27 Jun 2016, Nanley Chery wrote: > In the next patch, ISL will unconditionally perform verification of a > surface's tiling and usage. Since it will require that w-tiled images > be stencil buffers, create a stencil surface to copy from a > w-tiled/stencil surface. > > Signed-off-by:

[Mesa-dev] [PATCH 3/4] anv/blit2d: Copy with stencil sources when needed

2016-06-27 Thread Nanley Chery
In the next patch, ISL will unconditionally perform verification of a surface's tiling and usage. Since it will require that w-tiled images be stencil buffers, create a stencil surface to copy from a w-tiled/stencil surface. Signed-off-by: Nanley Chery ---