Since this is available from 1.0.57, do we need to bump the supported API version first?

On 01/08/17 17:02, Jason Ekstrand wrote:
There is literally no work for us to do here.  It already just works in
our driver.
---
  src/intel/vulkan/anv_device.c | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index f69ebfc..b171c2b 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -477,6 +477,10 @@ static const VkExtensionProperties device_extensions[] = {
        .specVersion = 1,
     },
     {
+      .extensionName = VK_KHR_RELAXED_BLOCK_LAYOUT_EXTENSION_NAME,
+      .specVersion = 1,
+   },
+   {
        .extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME,
        .specVersion = 1,
     },


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to