<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 - [deqp] Mesa fails conformance for egl_ext_device"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108617">108617</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[deqp] Mesa fails conformance for egl_ext_device
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </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>Keywords</th>
          <td>bisected
          </td>
        </tr>

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

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

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>emil.l.velikov@gmail.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mark.a.janes@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>With c7cc135e2326f7a6ac08aed1e0a974c1585fdbc7, EGL_EXT_device was enabled. 
However, mesa fails the conformance tests for this extension:

dEQP-EGL.functional.get_proc_address.extension.egl_ext_device_base
EGL_EXT_device_base: supported
eglGetProcAddress(eglQueryDeviceAttribEXT);
// 0x00007fc28b914e70 returned
eglGetError();
// EGL_SUCCESS returned
eglGetProcAddress(eglQueryDeviceStringEXT);
// 0x00007fc28b914d40 returned
eglGetError();
// EGL_SUCCESS returned
eglGetProcAddress(eglQueryDevicesEXT);
// 0x0000000000000000 returned
eglGetError();
// EGL_SUCCESS returned
Fail, received null pointer for supported extension function:
eglQueryDevicesEXT
eglGetProcAddress(eglQueryDisplayAttribEXT);
// 0x00007fc28b916050 returned
eglGetError();
// EGL_SUCCESS returned


dEQP-EGL.functional.get_proc_address.extension.egl_ext_device_enumeration:
EGL_EXT_device_enumeration: supported
eglGetProcAddress(eglQueryDevicesEXT);
// 0x0000000000000000 returned
eglGetError();
// EGL_SUCCESS returned
Fail, received null pointer for supported extension function:
eglQueryDevicesEXT


Also, a piglit test fails:
piglit.spec.egl_ext_device_enumeration.conformance:
/tmp/build_root/m64/lib/piglit/bin/egl_ext_device_enumeration -auto -fbo
No device query entrypoint


Emil: can you comment on what still needs to happen?</pre>
        </div>
      </p>


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

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