Bug 109619

Summary: Add new alias for R600_TEX_ANISO for radeonsi
Product: Mesa Reporter: Shmerl <shtetldik>
Component: Drivers/Gallium/radeonsiAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact: Default DRI bug account <dri-devel>
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Shmerl 2019-02-13 02:24:18 UTC
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.
Comment 1 Timothy Arceri 2019-05-07 23:36:42 UTC
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.