commit | b70829708ac0598d17804f471d512fdfb44f331f | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Sat Jul 15 02:08:01 2017 +0200 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Sat Jul 15 08:59:38 2017 -0700 |
tree | 4128374b7d7336ca196ac1d3c2f614731c0faedd | |
parent | 6ddc64b93ea462b9755f5f9abfc7c72aa014a5e0 [diff] |
radv: Implement VK_KHR_external_memory This effectively reverts commit 43a171878bb4b5aedb36a. Technically, VK_KHR_get_memory_requirements2 and VK_KHR_dedicated_allocation are required for the KHR version but this at least restores the removed functionality. This patch builds but has received zero testing. Acked-by: Dave Airlie <airlied@redhat.com>