bugzilla-daemon at freedesktop.org
2013-Jun-09 16:56 UTC
[Nouveau] [Bug 65576] New: [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
https://bugs.freedesktop.org/show_bug.cgi?id=65576 Priority: medium Bug ID: 65576 Assignee: nouveau at lists.freedesktop.org Summary: [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE Severity: normal Classification: Unclassified OS: Linux (All) Reporter: chris at edesix.com Hardware: x86 (IA32) Status: NEW Version: git Component: Drivers/DRI/nouveau Product: Mesa If I try and run any EGL program using the egl_dri2 driver, I get errors about EGL_IMAGE. eg: $ EGL_LOG_LEVEL=debug src/egl/opengl/eglinfo libEGL debug: Native platform type: x11 (build-time configuration) libEGL debug: EGL search path is /usr/lib/egl libEGL debug: added egl_dri2 to module array libEGL debug: added egl_glx to module array libEGL debug: DRI2: dlopen(/usr/lib/dri/nouveau_vieux_dri.so) libEGL debug: DRI2: found extension `DRI_Core' libEGL info: DRI2: found extension DRI_Core version 1 libEGL debug: DRI2: found extension `DRI_DRI2' libEGL info: DRI2: found extension DRI_DRI2 version 3 libEGL debug: DRI2: found extension `DRI2_Flush' libEGL info: DRI2: found extension DRI2_Flush version 3 libEGL debug: DRI2: found extension `DRI_TexBuffer' libEGL info: DRI2: found extension DRI_TexBuffer version 2 libEGL debug: DRI2: found extension `DRI_CONFIG_QUERY' libEGL fatal: DRI2: did not find extension DRI_IMAGE version 1 I'm running latest git kernel, drm, mesa, xf86-video-nouveau & mesa/demos. Everything else from Fedora 18. My card is an NV11 [GeForce2 Go]. Desktop GL works at least a little (glxgears works). I do have problems with slow rendering in some programs with the nouveau X driver which don't occur with the modesetting X driver (eg: rectangle selection animation in GIMP causes a big slow down), but the desktop is basically functional. Ultimately, I'm trying to get wayland/weston working on my ancient hardware to see if it's a feasible proposition. Functioning EGL is the current hurdle. Chris. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130609/945d1739/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2013-Jun-09 17:44 UTC
[Nouveau] [Bug 65576] [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
https://bugs.freedesktop.org/show_bug.cgi?id=65576 --- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> --- Hi Chris The first advice in general would be to try the latest kernel/mesa from git, although in your case that would be useless Surprisingly enough I was just checking over nouveau_vieux and how much effort it would be to bring it up-to speed with the dri/core changes introduced by Intel, don't get too excited though With that said afaik no one is working on nouveau_vieux overall so it may be faster to give it a stab yourself. The intel driver may be a good start/reference point Cheers Emil -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20130609/370f6a4b/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-13 05:45 UTC
[Nouveau] [Bug 65576] [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
https://bugs.freedesktop.org/show_bug.cgi?id=65576 --- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> --- What happens if you drop &driImageDriverExtension.base, into the nouveau_driver_extensions array? (right before the DRI2 extensions) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140213/e537fbd3/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-13 05:53 UTC
[Nouveau] [Bug 65576] [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
https://bugs.freedesktop.org/show_bug.cgi?id=65576 --- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> --- Er nm. The nouveau_screen_extensions also need to have it, and I don't think there's a generic implementation... -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140213/1109d29a/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Sep-18 20:38 UTC
[Nouveau] [Bug 65576] [NV11] no EGL with nouveau_vieux_dri - no DRI_IMAGE
https://bugs.freedesktop.org/show_bug.cgi?id=65576 GitLab Migration User <gitlab-migration at fdo.invalid> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #4 from GitLab Migration User <gitlab-migration at fdo.invalid> --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1054. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190918/5de69afa/attachment.html>
Reasonably Related Threads
- [Bug 77724] New: error: GLSL ES 3.00 is not supported. Supported versions are: 1.00 ES
- Request for info on a big problems with nouveau driver
- Anki on CentOS 7
- CEBA-2019:0189 CentOS 7 mesa BugFix Update
- [Bug 51409] New: when ubuntu tests the gnome environment the nouveau_vieux_dri (ver) segfaults