Re: [Mesa-dev] [PATCH 07/15] anv: add support for VK_KHR_bind_memory2

2017-09-15 Thread Jason Ekstrand
So, yeah, I also sent an implementation of this one... I'm not sure which is better. Mine just does a bit more refactoring to keep things clean. I hadn't even though about the fact that of course you implemented it too. --Jason On Fri, Sep 15, 2017 at 7:10 AM, Lionel Landwerlin <

[Mesa-dev] [PATCH 07/15] anv: add support for VK_KHR_bind_memory2

2017-09-15 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/intel/vulkan/anv_device.c | 32 src/intel/vulkan/anv_extensions.py | 1 + src/intel/vulkan/anv_image.c | 33 + 3 files changed, 66 insertions(+)