https://bugs.freedesktop.org/show_bug.cgi?id=92198
Emil Velikov <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |NOTABUG
Status|NEW |RESOLVED
--- Comment #2 from Emil Velikov <[email protected]> ---
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._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev