From: Jason Ekstrand Date: Tue, 9 Jun 2015 23:28:46 +0000 (-0700) Subject: vk/device: Actually allow destruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=11e941900ad222bebc0142f58f78c70fe335caa9;p=mesa.git vk/device: Actually allow destruction --- diff --git a/src/vulkan/device.c b/src/vulkan/device.c index 731cd8f32a4..4dc527e9f0f 100644 --- a/src/vulkan/device.c +++ b/src/vulkan/device.c @@ -434,9 +434,6 @@ VkResult anv_DestroyDevice( { struct anv_device *device = (struct anv_device *) _device; - /* FIXME: We should make device destruction actually safe. */ - return VK_UNSUPPORTED; - anv_compiler_destroy(device->compiler); anv_queue_finish(&device->queue);