Re: [Mesa-dev] [PATCH 1/2] anv: Check for device loss at the end of WaitForFences

2017-04-04 Thread Kenneth Graunke
On Tuesday, March 28, 2017 2:39:53 PM PDT Jason Ekstrand wrote: > It's possible that the device could have been lost while we were > waiting. We should let the user know if this has happened. > --- > src/intel/vulkan/anv_device.c | 19 ++- > 1 file changed, 14 insertions(+), 5 del

[Mesa-dev] [PATCH 1/2] anv: Check for device loss at the end of WaitForFences

2017-03-28 Thread Jason Ekstrand
It's possible that the device could have been lost while we were waiting. We should let the user know if this has happened. --- src/intel/vulkan/anv_device.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/a