Re: OpenGL Version in Mesa 9.1 at 2.1
Matthew Eggers <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CAEOd1JY-ZxcJf1=Ee_Tji6MnbX8gSFUrsNH-X2XMKXg8SdByYg@mail.gmail.com> |
Thanks to Benjamin's direction, I have uncovered the issue: Running glxinfo with debugging turned on yielded: $ LIBGL_DEBUG=verbose glxinfo . . . libGL: OpenDriver: trying /home/matthewe/src/mesa/mesa/lib/tls/i965_dri.so libGL: OpenDriver: trying /home/matthewe/src/mesa/mesa/lib/i965_dri.so libGL error: dlopen /home/matthewe/src/mesa/mesa/lib/i965_dri.so failed (/home/matthewe/build/lib/libdrm_intel.so.1: undefined symbol: drmPrimeHandleToFD) libGL error: unable to load driver: i965_dri.so libGL error: driver pointer missing libGL: OpenDriver: trying /home/matthewe/src/mesa/mesa/lib/tls/swrast_dri.so libGL: OpenDriver: trying /home/matthewe/src/mesa/mesa/lib/swrast_dri.so . . . I will investigate why drm lib wasn't compiled properly. I can take this from here but any additional words of wisdom are highly encouraged. My thanks! On Mon, Nov 19, 2012 at 10:27 AM, Matthew Eggers <[email protected]>wrote: > Thank you Benjamin. I was searching in vain for which driver supported > this chipset. I'm not sure how the Software Rasterizer limits my OpenGL > capabilities but, I guess that's another topic for another time. > > > On Mon, Nov 19, 2012 at 9:40 AM, Benjamin Bellec <[email protected]>wrote: > >> I re-read your first mail and you are using the >> >> Le 19/11/2012 18:37, Matthew Eggers a écrit : >> > Software Rasterizer >> which is GL2.1 maximum. >> >> The driver you need is i965. >> > > _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users