[PATCH] winevulkan: Update to VK spec version 1.2.175.

Liam Middlebrook lmiddlebrook at nvidia.com
Tue Apr 20 01:56:18 CDT 2021


This patch has been superseded by three patches I sent out ~12 hours ago.

On 4/13/21 10:17 AM, Georg Lehmann wrote:
> On 13.04.21 18:36, Liam Middlebrook wrote:
>> Signed-off-by: Liam Middlebrook <lmiddlebrook at nvidia.com>
>> Signed-off-by: Piers Daniell <pdaniell at nvidia.com>
>> Signed-off-by: Daniel Koch <dkoch at nvidia.com>
>> ---
>>   dlls/winevulkan/make_vulkan | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/dlls/winevulkan/make_vulkan b/dlls/winevulkan/make_vulkan
>> index c30beee981d..3c45c6e173b 100755
>> --- a/dlls/winevulkan/make_vulkan
>> +++ b/dlls/winevulkan/make_vulkan
>> @@ -64,7 +64,7 @@ from enum import Enum
>>   LOGGER = logging.Logger("vulkan")
>>   LOGGER.addHandler(logging.StreamHandler())
>> -VK_XML_VERSION = "1.2.170"
>> +VK_XML_VERSION = "1.2.175"
>>   WINE_VK_VERSION = (1, 2)
>>   # Filenames to create.
>>
> 
> Hi Liam,
> 
> This causes warnings, during ./make_vulkan due to an unknown type zx_handle_t and at 
> compile time due to our special handling VK_DEFINE_NON_DISPATCHABLE_HANDLE in 
> VkDefine which could be replaced by
> #define VK_USE_64_BIT_PTR_DEFINES 0

Thanks for pointing this out. As you'll see in my other patches I went with a 
different solution here, but this is probably something we should have had for 
awhile, we just noticed it now because some defaults changed around.


Thanks,

Liam Middlebrook
> 
> Thanks,
> 
> Georg



More information about the wine-devel mailing list