[Mesa-dev] [Bug 92198] eglCreateWindowSurface ERROR
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 18 15:44:18 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=92198
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTABUG
Status|NEW |RESOLVED
--- Comment #2 from Emil Velikov <emil.l.velikov at gmail.com> ---
There's a few things here:
- The kernel module name is i915 for backwards compatibility reasons, yet on
userspace side there are two drivers - i915 and i965. You can skim
through/compare with $mesa_top/include/pci_ids/i9[16]5_pci_ids.h
- Using eglGetDisplay is implementation specific - don't use that since it
depends on hacks such as EGL_PLATFORM/EGL_DISPLAY and alike. Use
EGL_EXT_platform_base or the EGL 1.5 equivalent.
- Mesa has dropped support for fbdev platform a long time ago. Use drm instead
- see kmscube for a simple example (iirc it uses the eglGetDisplay API so
ignore that part).
- ATM you're building the gallium drivers, which seemingly you don't need. Pass
to configure --without-gallium-drivers
--
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/20161018/326a56cd/attachment.html>
More information about the mesa-dev
mailing list