Re: [Mesa-dev] [PATCH 1/5] radv: provide a helper for comparing an image extents.

2017-05-02 Thread Bas Nieuwenhuizen
On Tue, May 2, 2017 at 2:22 AM, Dave Airlie wrote: > From: Dave Airlie > > This just makes it easier to do the follow in cleanups of the surface. > > Signed-off-by: Dave Airlie > --- > src/amd/vulkan/radv_meta_clear.c | 4 ++-- > src/amd/vulkan/radv_private.h| 9 + > 2 files changed

Re: [Mesa-dev] [PATCH 1/5] radv: provide a helper for comparing an image extents.

2017-05-01 Thread Timothy Arceri
On 02/05/17 10:22, Dave Airlie wrote: From: Dave Airlie This just makes it easier to do the follow in cleanups of the surface. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_meta_clear.c | 4 ++-- src/amd/vulkan/radv_private.h| 9 + 2 files changed, 11 insertions(+), 2 d

[Mesa-dev] [PATCH 1/5] radv: provide a helper for comparing an image extents.

2017-05-01 Thread Dave Airlie
From: Dave Airlie This just makes it easier to do the follow in cleanups of the surface. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_meta_clear.c | 4 ++-- src/amd/vulkan/radv_private.h| 9 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv