[Bug 108617] [deqp] Mesa fails conformance for egl_ext_device
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 1 07:51:03 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108617
Bug ID: 108617
Summary: [deqp] Mesa fails conformance for egl_ext_device
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Keywords: bisected
Severity: normal
Priority: medium
Component: Drivers/DRI/i965
Assignee: emil.l.velikov at gmail.com
Reporter: mark.a.janes at intel.com
QA Contact: intel-3d-bugs at lists.freedesktop.org
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?
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181101/0093a170/attachment-0001.html>
More information about the intel-3d-bugs
mailing list