https://bugs.documentfoundation.org/show_bug.cgi?id=160783
--- Comment #20 from Debbie219Adams <[email protected]> --- Your tools are reporting different Vulkan driver versions because Skia is likely reading from a different property than vulkaninfo or GLview. While those show the correct 552.12.0.0 matching the Vulkan database, Skia logs 552.48.0.0, which doesn’t exist for your GPU. Since the driver string feeds into your deny list logic, this misreporting could cause issues. The fix is to check which Vulkan struct Skia uses for logging and align it with the ICD’s reported driver version, rather than relying on Skia’s current output. https://www.greensky-online.com -- You are receiving this mail because: You are the assignee for the bug.
