[Mesa-dev] [PATCH 2/2] anv: Advertise VK_KHR_relaxed_block_layout
Jason Ekstrand
jason at jlekstrand.net
Tue Aug 1 22:33:10 UTC 2017
On Tue, Aug 1, 2017 at 2:03 PM, Lionel Landwerlin <
lionel.g.landwerlin at intel.com> 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
> 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,
>> },
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170801/575d2675/attachment.html>
More information about the mesa-dev
mailing list