Bug 72198 - driDriverGetExtensions_r600 not implemented
Summary: driDriverGetExtensions_r600 not implemented
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/R600 (show other bugs)
Version: git
Hardware: Other All
: medium enhancement
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-01 16:07 UTC by Igor Gnatenko
Modified: 2014-08-15 17:35 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Igor Gnatenko 2013-12-01 16:07:46 UTC
$ DRI_PRIME=1 LIBGL_DEBUG=verbose glxinfo64
name of display: :0
libGL: OpenDriver: trying /usr/lib64/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/r600_dri.so
libGL: driver does not expose __driDriverGetExtensions_r600(): /usr/lib64/dri/r600_dri.so: undefined symbol: __driDriverGetExtensions_r600
libGL: Can't open configuration file /home/carasin/.drirc: No such file or directory.
libGL: Can't open configuration file /home/carasin/.drirc: No such file or directory.
display: :0  screen: 0
direct rendering: Yes
[snipped]

I think could be good if we will have implemented this func.

Found about the same funcs for intel: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1925a9aebd64b2e08574118891394d9d56db25ae
Comment 1 Eric Anholt 2013-12-03 01:31:14 UTC
If gallium gets megadrivers conversion, it'll start exposing these symbols, but until then, it's not a bug to not have them.


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.