Re: [Mesa-dev] [PATCH 15/22] anv/cmd_buffer: Adjust the image view reloc function

2017-05-10 Thread Nanley Chery
On Tue, May 02, 2017 at 05:15:46PM -0700, Jason Ekstrand wrote: > On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery > wrote: > > > Make the function take in an image instead of an image view. This > > enables us to record relocations for surfaces states created outside of > > the anv_CreateImageView

Re: [Mesa-dev] [PATCH 15/22] anv/cmd_buffer: Adjust the image view reloc function

2017-05-02 Thread Jason Ekstrand
On Thu, Apr 27, 2017 at 11:32 AM, Nanley Chery wrote: > Make the function take in an image instead of an image view. This > enables us to record relocations for surfaces states created outside of > the anv_CreateImageView path. > > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/genX_cmd_b

[Mesa-dev] [PATCH 15/22] anv/cmd_buffer: Adjust the image view reloc function

2017-04-27 Thread Nanley Chery
Make the function take in an image instead of an image view. This enables us to record relocations for surfaces states created outside of the anv_CreateImageView path. Signed-off-by: Nanley Chery --- src/intel/vulkan/genX_cmd_buffer.c | 45 +- 1 file changed,