Re: [Mesa-dev] [PATCH v2 12/24] anv/cmd_buffer: Add a mark_image_written helper

2018-01-23 Thread Nanley Chery
On Mon, Jan 22, 2018 at 05:25:31PM -0800, Jason Ekstrand wrote: > On Mon, Jan 22, 2018 at 3:22 PM, Nanley Chery wrote: > > > On Fri, Jan 19, 2018 at 03:47:29PM -0800, Jason Ekstrand wrote: > > > Currently, this helper does nothing but we call it every place where an > > > image is written through

Re: [Mesa-dev] [PATCH v2 12/24] anv/cmd_buffer: Add a mark_image_written helper

2018-01-22 Thread Jason Ekstrand
On Mon, Jan 22, 2018 at 3:22 PM, Nanley Chery wrote: > On Fri, Jan 19, 2018 at 03:47:29PM -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 v2 12/24] anv/cmd_buffer: Add a mark_image_written helper

2018-01-22 Thread Nanley Chery
On Fri, Jan 19, 2018 at 03:47:29PM -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 v2 12/24] anv/cmd_buffer: Add a mark_image_written helper

2018-01-22 Thread Pohjolainen, Topi
On Fri, Jan 19, 2018 at 03:47:29PM -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. I can't tell 100%

[Mesa-dev] [PATCH v2 12/24] anv/cmd_buffer: Add a mark_image_written helper

2018-01-19 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 | 44 +- src