SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
23 stars 4 forks source link

'Latest Driver Version' column incorrectly decoded #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

The 'Latest Driver Version' column on pages like: https://vulkan.gpuinfo.org/listdevices.php?platform=windows&extension=VK_KHR_uniform_buffer_standard_layout

.. does not decode (Intel) driver versions correctly.

For example, on above page, the version is given as 0.401.3010. However, when clicking on device name, the device page already show proper version (100.6xxx).

SaschaWillems commented 4 years ago

Can you check again? I've just pushed an update to the database that should include a fix for this.

ghost commented 4 years ago

Thank You!

It's displayed correctly now.