Bug 109619 - Add new alias for R600_TEX_ANISO for radeonsi
Summary: Add new alias for R600_TEX_ANISO for radeonsi
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/radeonsi (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact: Default DRI bug account
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-13 02:24 UTC by Shmerl
Modified: 2019-05-07 23:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.