Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-18 Thread Nanley Chery
On Sat, Jan 13, 2018 at 10:12:53AM -0800, Jason Ekstrand wrote: > On Sat, Jan 13, 2018 at 9:55 AM, Jason Ekstrand > wrote: > > > On Wed, Dec 13, 2017 at 4:46 PM, Nanley Chery > > wrote: > > > >> On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > >> > Currently, this helper does no

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-13 Thread Jason Ekstrand
On Sat, Jan 13, 2018 at 9:55 AM, Jason Ekstrand wrote: > On Wed, Dec 13, 2017 at 4:46 PM, Nanley Chery > wrote: > >> On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: >> > Currently, this helper does nothing but we call it every place where an >> > image is written through the rend

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-13 Thread Jason Ekstrand
On Thu, Jan 11, 2018 at 5:14 PM, Nanley Chery wrote: > On Thu, Nov 30, 2017 at 06:20:51PM +0200, Pohjolainen, Topi wrote: > > On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > > > Currently, this helper does nothing but we call it every place where an > > > image is written throug

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-13 Thread Jason Ekstrand
On Wed, Dec 13, 2017 at 4:46 PM, Nanley Chery wrote: > On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > > Currently, this helper does nothing but we call it every place where an > > image is written through the render pipeline. This will allow us to > > properly mark the aux sta

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-13 Thread Pohjolainen, Topi
On Thu, Jan 11, 2018 at 05:14:57PM -0800, Nanley Chery wrote: > On Thu, Nov 30, 2017 at 06:20:51PM +0200, Pohjolainen, Topi wrote: > > On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > > > Currently, this helper does nothing but we call it every place where an > > > image is written

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2018-01-11 Thread Nanley Chery
On Thu, Nov 30, 2017 at 06:20:51PM +0200, Pohjolainen, Topi wrote: > On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > > Currently, this helper does nothing but we call it every place where an > > image is written through the render pipeline. This will allow us to > > properly mark

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2017-12-13 Thread Nanley Chery
On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > Currently, this helper does nothing but we call it every place where an > image is written through the render pipeline. This will allow us to > properly mark the aux state so that we can handle resolves correctly. > --- > src/intel

Re: [Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2017-11-30 Thread Pohjolainen, Topi
On Mon, Nov 27, 2017 at 07:06:01PM -0800, Jason Ekstrand wrote: > Currently, this helper does nothing but we call it every place where an > image is written through the render pipeline. This will allow us to > properly mark the aux state so that we can handle resolves correctly. > --- > src/intel

[Mesa-dev] [PATCH 11/29] anv/cmd_buffer: Add a mark_image_written helper

2017-11-27 Thread Jason Ekstrand
Currently, this helper does nothing but we call it every place where an image is written through the render pipeline. This will allow us to properly mark the aux state so that we can handle resolves correctly. --- src/intel/vulkan/anv_blorp.c | 36 src/i