I have GPU AMD HD 7770. When I tried run some 32-bits apps (in wine, for example) I have this errors: libGL: OpenDriver: trying /usr/lib32/dri/tls/radeonsi_dri.so libGL: OpenDriver: trying /usr/lib32/dri/radeonsi_dri.so libGL error: dlopen /usr/lib32/dri/radeonsi_dri.so failed (/usr/lib32/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory) libGL error: unable to load driver: radeonsi_dri.so libGL error: driver pointer missing libGL error: failed to load driver: radeonsi Reproducible: Always Expected Results: radeonsi must be in app-emulation/emul-linux-x86-opengl
It's masked in mesa ebuild due: # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (19 Mar 2013) # Depends on special llvm-3.2 branch from tstellar =media-libs/mesa-9.1* r600-llvm-compiler video_cards_radeonsi
But it is not masked in mesa-9.2, which is happy with llvm 3.3. So, could you not add this library in the unstable version of emul-linux-x86-opengl? After all, this prevents anybody with a radeonsi card from playing any 32bit game via wine or steam.
In that case, I would use media-libs/mesa-9.2.0-r1 as it has native multilib support