https://bugs.freedesktop.org/show_bug.cgi?id=109619
Bug ID: 109619 Summary: Add new alias for R600_TEX_ANISO for radeonsi Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: shtetldik@gmail.com QA Contact: dri-devel@lists.freedesktop.org
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.
https://bugs.freedesktop.org/show_bug.cgi?id=109619
Timothy Arceri t_arceri@yahoo.com.au changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from Timothy Arceri t_arceri@yahoo.com.au --- 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
dri-devel@lists.freedesktop.org