<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - radeon_icd.i686.json api_version is 1.0.3"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104229">104229</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>radeon_icd.i686.json api_version is 1.0.3
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/radeon
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mercuriete@yahoo.es
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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
<a href="https://github.com/mesa3d/mesa/blob/master/src/amd/vulkan/radeon_icd.json.in">https://github.com/mesa3d/mesa/blob/master/src/amd/vulkan/radeon_icd.json.in</a>

the last commit is in 2016

but in the intel counterpart is generated by a python script

<a href="https://github.com/mesa3d/mesa/blob/master/src/intel/vulkan/anv_icd.py#L42">https://github.com/mesa3d/mesa/blob/master/src/intel/vulkan/anv_icd.py#L42</a>




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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>