Bug 30290

Summary: [i965g] undefined symbol: softpipe_create_screen
Product: Mesa Reporter: Vinson Lee <vlee>
Component: OtherAssignee: mesa-dev
Status: RESOLVED WONTFIX QA Contact:
Severity: blocker    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: gallium dri-i965 : link with softpipe driver

Description Vinson Lee 2010-09-20 14:38:31 UTC
mesa: 279492386ffe741c2f5b91919b37068562b6a282 (master)
mesa: e678c3f4e17ed9dba0651a3ba540f97d66c59718 (7.9)

$ scons drivers=i965 winsys=i965

$ LIBGL_DEBUG=verbose LD_LIBRARY_PATH=build/linux-x86-debug/gallium/targets/dri-i965 LIBGL_DRIVERS_PATH=build/linux-x86-debug/gallium/targets/dri-i965 glxinfo 
name of display: :0.0
libGL: OpenDriver: trying build/linux-x86-debug/gallium/targets/dri-i965/tls/i965_dri.so
libGL: OpenDriver: trying build/linux-x86-debug/gallium/targets/dri-i965/i965_dri.so
libGL error: dlopen build/linux-x86-debug/gallium/targets/dri-i965/i965_dri.so failed (build/linux-x86-debug/gallium/targets/dri-i965/i965_dri.so: undefined symbol: softpipe_create_screen)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
Comment 1 Tapani Pälli 2011-05-17 00:14:10 UTC
Created attachment 46790 [details] [review]
gallium dri-i965 : link with softpipe driver

This should fix the issue.
Comment 2 Andreas Boll 2012-09-13 11:13:21 UTC
Note: i965g (gallium) driver has been abandoned (unmaintained and broken).

It has been removed in mesa 8.0.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.