On 01/08/17 23:33, Jason Ekstrand wrote:
On Tue, Aug 1, 2017 at 2:03 PM, Lionel Landwerlin <[email protected] <mailto:[email protected]>> wrote:

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


I don't think it really matters

Rb then :)

    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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to