https://bugs.winehq.org/show_bug.cgi?id=38332 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de --- Comment #2 from Michael Müller <michael(a)fds-team.de> ---
You probably should report this to wine-staging. wine-hq have no deal with libtxc_dxtn.
Wine staging only uses libtxc_dxtn if the application wants to convert the texture in the CPU memory, but if the application passes such a texture to the graphic card, the driver is responsible for displaying it. Some mesa drivers don't have hardware support for DXTN and convert the texture using libtxc_dxtn in the cpu. If you don't have this library installed they only display a black texture. Referring to the fact that you need libtxc_dxtn, can just mean that the person is using a mesa driver like the intel one and doesn't necessarily have anything to do with staging. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.