Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-21 Thread Nanley Chery
On Wed, Jun 21, 2017 at 09:04:01AM +0200, Iago Toral wrote: > On Tue, 2017-06-20 at 12:21 -0700, Nanley Chery wrote: > > On Mon, Jun 19, 2017 at 04:19:36PM -0700, Jason Ekstrand wrote: > > > On Wed, Jun 14, 2017 at 3:06 PM, Nanley Chery > > m> wrote: > > > > > > > On Wed,

Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-21 Thread Iago Toral
On Tue, 2017-06-20 at 12:21 -0700, Nanley Chery wrote: > On Mon, Jun 19, 2017 at 04:19:36PM -0700, Jason Ekstrand wrote: > > On Wed, Jun 14, 2017 at 3:06 PM, Nanley Chery > m> wrote: > > > > > On Wed, Jun 14, 2017 at 09:32:22AM +0200, Iago Toral wrote: > > > > On Tue,

Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-20 Thread Nanley Chery
On Mon, Jun 19, 2017 at 04:19:36PM -0700, Jason Ekstrand wrote: > On Wed, Jun 14, 2017 at 3:06 PM, Nanley Chery wrote: > > > On Wed, Jun 14, 2017 at 09:32:22AM +0200, Iago Toral wrote: > > > On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > > > > For 3D image

Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-19 Thread Jason Ekstrand
On Wed, Jun 14, 2017 at 3:06 PM, Nanley Chery wrote: > On Wed, Jun 14, 2017 at 09:32:22AM +0200, Iago Toral wrote: > > On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > > > For 3D image subresources undergoing a layout transition via > > > PipelineBarrier, we

Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-14 Thread Nanley Chery
On Wed, Jun 14, 2017 at 09:32:22AM +0200, Iago Toral wrote: > On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > > For 3D image subresources undergoing a layout transition via > > PipelineBarrier, we increase the number of fast-cleared layers to > > match > > the intended behaviour of

Re: [Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-14 Thread Iago Toral
On Tue, 2017-06-13 at 11:41 -0700, Nanley Chery wrote: > For 3D image subresources undergoing a layout transition via > PipelineBarrier, we increase the number of fast-cleared layers to > match > the intended behaviour of KHR_maintenance1. When such subresources > undergo layout transitions

[Mesa-dev] [PATCH 07/13] anv/blorp: Remove 3D subresource transition workaround

2017-06-13 Thread Nanley Chery
For 3D image subresources undergoing a layout transition via PipelineBarrier, we increase the number of fast-cleared layers to match the intended behaviour of KHR_maintenance1. When such subresources undergo layout transitions between subpasses, we don't do this to avoid failing incorrect CTS