Posted December 14, 2016
If you are using AMD GPU with Mesa, you can improve Bloodlines graphics (when running the game in Wine) by forcing anisotropic filtering.
Set environment variable R600_TEX_ANISO=16 before launching wine. In PlayOnLinux it can be done in Configure > Miscelaneous > Command to exec before running the program.
export R600_TEX_ANISO=16
Note, this applies to radeonsi driver as well as to r600.
UPDATE:
For modern AMD cards, set these:
export AMD_TEX_ANISO=16
export RADV_TEX_ANISO=16
Set environment variable R600_TEX_ANISO=16 before launching wine. In PlayOnLinux it can be done in Configure > Miscelaneous > Command to exec before running the program.
export R600_TEX_ANISO=16
Note, this applies to radeonsi driver as well as to r600.
UPDATE:
For modern AMD cards, set these:
export AMD_TEX_ANISO=16
export RADV_TEX_ANISO=16
Post edited June 10, 2025 by shmerl