Re: [Mesa-dev] [PATCH 3/3] anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost

2017-03-23 Thread Jason Ekstrand
Series is Reviewed-by: Jason Ekstrand On Thu, Mar 23, 2017 at 2:32 AM, Iago Toral Quiroga wrote: > If we know the device has been lost we should return this error code for > any command that can report it before we attempt to do anything with the >

[Mesa-dev] [PATCH 3/3] anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lost

2017-03-23 Thread Iago Toral Quiroga
If we know the device has been lost we should return this error code for any command that can report it before we attempt to do anything with the device. --- src/intel/vulkan/anv_device.c | 22 +- src/intel/vulkan/genX_query.c | 3 +++ 2 files changed, 24 insertions(+), 1