[Bug 73778] _glapi_tls_Dispatch undefined

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 21 18:29:52 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73778

--- Comment #4 from samrg472 at gmail.com ---
Ok. I have now built with the --enable-glx-tls. This does fix the driver
loading issue in xorg. However, it creates another issue. Now
_glapi_tls_Context is undefined.

$ glxgears
  libGL: OpenDriver: trying /usr/local/lib/dri/i915_dri.so
  libGL error: dlopen /usr/local/lib/dri/i915_dri.so failed                    
                                                                               
      (/usr/local/lib/dri/i915_dri.so: undefined symbol: _glapi_tls_Context)
  libGL error: unable to load driver: i915_dri.so
  libGL error: driver pointer missing
  libGL error: failed to load driver: i915
  libGL: OpenDriver: trying /usr/local/lib/dri/swrast_dri.so
  libGL error: dlopen /usr/local/lib/dri/swrast_dri.so failed    
(/usr/local/lib/dri/swrast_dri.so: undefined symbol: _glapi_tls_Context)
  libGL error: unable to load driver: swrast_dri.so
  libGL error: failed to load driver: swrast

While it appears that GL applications appear to be working. This creates some
major issues in how GL applications operate. Probably due to my actual driver
thats needed to be failing. I'm not sure exactly what driver is being loaded.
But I do know the driver I need does still fail to load. And this issue causes
major rendering issues in GL powered games.

-- 
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/intel-3d-bugs/attachments/20140122/3a394f28/attachment.html>


More information about the intel-3d-bugs mailing list