https://bugs.freedesktop.org/show_bug.cgi?id=72198
Priority: medium Bug ID: 72198 Assignee: dri-devel@lists.freedesktop.org Summary: driDriverGetExtensions_r600 not implemented Severity: enhancement Classification: Unclassified OS: All Reporter: i.gnatenko.brain@gmail.com Hardware: Other Status: NEW Version: git Component: Drivers/DRI/R600 Product: Mesa
$ 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=1925a9aebd64b2e085741188913...