Re: [Mesa-dev] [PATCH 10/16] anv: Set image memory types based on the type count

2017-05-23 Thread Nanley Chery
On Thu, May 18, 2017 at 02:00:57PM -0700, Jason Ekstrand wrote: > --- > src/intel/vulkan/anv_device.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > This patch is Reviewed-by: Nanley Chery > diff --git a/src/intel/vulkan/anv_device.c

[Mesa-dev] [PATCH 10/16] anv: Set image memory types based on the type count

2017-05-18 Thread Jason Ekstrand
--- src/intel/vulkan/anv_device.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 8bf52cc..b0ccbbb 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1758,6 +1758,7 @@