Bug 30290 - [i965g] undefined symbol: softpipe_create_screen
Summary: [i965g] undefined symbol: softpipe_create_screen
Status: RESOLVED WONTFIX
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 14:38 UTC by Vinson Lee
Modified: 2012-09-13 11:13 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
gallium dri-i965 : link with softpipe driver (347 bytes, patch)
2011-05-17 00:14 UTC, Tapani Pälli
Details | Splinter Review

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.