projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd42b3
)
vk/device: Dissalow device destruction
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 4 Jun 2015 16:06:59 +0000
(09:06 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 4 Jun 2015 16:14:33 +0000
(09:14 -0700)
src/vulkan/device.c
patch
|
blob
|
history
diff --git
a/src/vulkan/device.c
b/src/vulkan/device.c
index
654dc87
..
0f51191
100644
(file)
--- a/
src/vulkan/device.c
+++ b/
src/vulkan/device.c
@@
-414,6
+414,9
@@
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);