commit | 237c5ac4f9748d254aa4c5428fec44cf753bc47d | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Sat May 26 12:08:22 2018 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jun 07 09:46:45 2018 -0700 |
tree | 52d48f9138667f1861bbb8c0e731cdad6402b0a8 | |
parent | 3ba16d640e8ae1b3f34dcb1254f169fb1ccb1dba [diff] |
anv: Set fence/semaphore types to NONE in impl_cleanup There were some places that were calling anv_semaphore_impl_cleanup and neither deleting the semaphore nor setting the type back to NONE. Just set it to NONE in impl_cleanup to avoid these issues. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106643 Fixes: 031f57eba "anv: Add a basic implementation of VK_KHX_external..." Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>