Now that radeonsi and r600 have separate code, R600_TEX_ANISO variable for forcing anisotropic filtering looks out of place for radeonsi. While it might be good to keep it for backwards compatibility and not breaking existing usage, it would be nice to have some more appropriate alias as well. May be RADEONSI_TEX_ANISO? Or may be make a new alias for both, like AMD_TEX_ANISO to simplify things.
Fixed by: commit 024232b26c203d593533e488b5131e7a787b2ac1 Author: Timothy Arceri <tarceri@itsqueeze.com> Date: Tue May 7 10:18:54 2019 +1000 radeonsi: add an AMD_TEX_ANISO environment variable This brings it inline with the recently added AMD_DEBUG. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109619
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.