Re: [Mesa-dev] [PATCH] anv: Fix instance typos.

2017-10-18 Thread Jason Ekstrand
Pushed. On Wed, Oct 18, 2017 at 3:31 AM, Eric Engestrom wrote: > On Wednesday, 2017-10-18 08:12:27 +, Vinson Lee wrote: > > Fix build error. > > > > CC vulkan/vulkan_libvulkan_common_la-anv_device.lo > > In file included from vulkan/anv_device.c:33:0: > > vulkan/anv_device.c: In func

Re: [Mesa-dev] [PATCH] anv: Fix instance typos.

2017-10-18 Thread Eric Engestrom
On Wednesday, 2017-10-18 08:12:27 +, Vinson Lee wrote: > Fix build error. > > CC vulkan/vulkan_libvulkan_common_la-anv_device.lo > In file included from vulkan/anv_device.c:33:0: > vulkan/anv_device.c: In function ‘anv_AllocateMemory’: > vulkan/anv_device.c:1562:37: error: ‘struct anv_

[Mesa-dev] [PATCH] anv: Fix instance typos.

2017-10-18 Thread Vinson Lee
Fix build error. CC vulkan/vulkan_libvulkan_common_la-anv_device.lo In file included from vulkan/anv_device.c:33:0: vulkan/anv_device.c: In function ‘anv_AllocateMemory’: vulkan/anv_device.c:1562:37: error: ‘struct anv_device’ has no member named ‘instace’; did you mean ‘instance’?