[Mesa-dev] [Bug 104229] radeon_icd.i686.json api_version is 1.0.3

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 12 19:42:18 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=104229

            Bug ID: 104229
           Summary: radeon_icd.i686.json api_version is 1.0.3
           Product: Mesa
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Vulkan/radeon
          Assignee: mesa-dev at lists.freedesktop.org
          Reporter: mercuriete at yahoo.es
        QA Contact: mesa-dev at lists.freedesktop.org

Sorry, not sure if this is a bug but I think it is.

I am using mesa-17.3.0 in gentoo

I have this in vulkan icd

/usr/share/vulkan/icd.d $ cat radeon_icd.i686.json 
{
    "file_format_version": "1.0.0",
    "ICD": {
        "library_path": "/usr/lib32/libvulkan_radeon.so",
        "api_version": "1.0.3"
    }
}

If you compare with intel counterpart is different.

/usr/share/vulkan/icd.d $ cat intel_icd.i686.json 
{
    "file_format_version": "1.0.0", 
    "ICD": {
        "library_path": "/usr/lib32/libvulkan_intel.so", 
        "api_version": "1.0.57"
    }
}



If you check the code on git
https://github.com/mesa3d/mesa/blob/master/src/amd/vulkan/radeon_icd.json.in

the last commit is in 2016

but in the intel counterpart is generated by a python script

https://github.com/mesa3d/mesa/blob/master/src/intel/vulkan/anv_icd.py#L42




So I think the ICD is exposing to the application a too old version of a vulkan
driver.

I am wrong?

If this is not an issue, sorry for the noise.

Thank you for your work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171212/71e34065/attachment.html>


More information about the mesa-dev mailing list