Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Glossary:Anisotropic filtering (AF)"

From PCGamingWiki, the wiki about fixing PC games
(AMD Radeon Settings)
(9 intermediate revisions by 7 users not shown)
Line 4: Line 4:
  
 
==Description==
 
==Description==
Anisotropic Filtering is a type of texture filtering which increases the visual quality of textures at steep angles to the camera, such as those that recede into the distance.  
+
Anisotropic filtering is a type of texture filtering which increases the visual quality of textures at steep angles to the camera, such as those that recede into the distance.  
  
The option to enable Anisotropic Filtering is present is almost every PC game on the market today. Usually you will be able to select texture sample rates of 2x, 4x, 8x, or 16x. The texture sample rate is the number of passes the Anisotropic Filtering algorithm makes on the current textures in the frame. Most newer GPUs can render settings of 8x or 16x AF without a noticeable loss of performance, but if you are experiencing low FPS, lowering the sample rate or disabling the Anisotropic Filtering setting may increase performance.
+
The option to enable anisotropic filtering is present in almost every PC game on the market today. Usually you will be able to select texture sample rates of 2x, 4x, 8x, or 16x. The texture sample rate is the number of passes the anisotropic filtering algorithm makes on the current textures in the frame. Most newer GPUs can render settings of 8x or 16x AF without a noticeable loss of performance, but if you are experiencing low FPS, lowering the sample rate or disabling the anisotropic filtering setting may increase performance.
 +
 
 +
Due to how linear texture filtering works, the need for anisotropic filtering is reduced as the rendering resolution is increased. Despite this, it is still recommended to enable the maximum viable anisotropic filtering setting due to the noticeable improvement in texture clarity.
  
 
==Games that supports Anisotropic filtering==
 
==Games that supports Anisotropic filtering==
 
{{ii}} {{feature|anisotropic filtering (AF)}}
 
{{ii}} {{feature|anisotropic filtering (AF)}}
  
Most modern 3D games provides native AF. It can be configured through its Graphics settings, console commands, launcher options, or configuration files.  
+
Most modern 3D games provides native AF. It can be configured through its Graphics settings, console commands, launcher options, or configuration files.
  
 
==Force anisotropic filtering==
 
==Force anisotropic filtering==
 
If a game...
 
If a game...
 
* does not have a native "Anisotropic Filtering" option
 
* does not have a native "Anisotropic Filtering" option
* have limited Anisotropic option (eg. up to 4x AF)
+
* has limited Anisotropic option (e.g. up to 4x AF)
 
* only supports up to "Trilinear Filtering"
 
* only supports up to "Trilinear Filtering"
 
...there is a method to 'override' game's default texture filtering. Depending on your system's graphics type, below are methods in forcing Anisotropic filtering:
 
...there is a method to 'override' game's default texture filtering. Depending on your system's graphics type, below are methods in forcing Anisotropic filtering:
  
===[[NVIDIA Control Panel]]===
+
===[[Nvidia Control Panel]]===
# Open the NVIDIA Control Panel found in in Windows' Control Panel.
+
# Open the Nvidia Control Panel found in Windows' Control Panel.
 
# Proceed to the 3D Settings / Manage 3D Settings tab on the left side bar.
 
# Proceed to the 3D Settings / Manage 3D Settings tab on the left side bar.
 
# Select the game under 'Program to customize'. Alternatively, manually select the executable using the 'Add' button.
 
# Select the game under 'Program to customize'. Alternatively, manually select the executable using the 'Add' button.
 
# Change the 'Anisotropic Filtering' option to the desired level of sharpness.
 
# Change the 'Anisotropic Filtering' option to the desired level of sharpness.
 
# Apply the changes.
 
# Apply the changes.
 +
 +
===[[AMD Radeon Settings]]===
 +
# Open ''AMD Radeon Settings'' application.
 +
# Click on ''Gaming''.
 +
# Click ''Add'' and go to the game installation folder and select the game executable.
 +
# In the ''Radeon Settings'' window click on the game icon.
 +
# Click on ''Anisotropic Filtering Mode'' and select ''Override application settings''.
 +
# Under ''Anisotropic Filtering Level'' select the quality (this does not have a significant performance impact, so using 16x is recommended).
  
 
===[[AMD Catalyst Control Center]]===
 
===[[AMD Catalyst Control Center]]===
Line 32: Line 42:
 
# Uncheck the 'Use application settings' box.
 
# Uncheck the 'Use application settings' box.
 
# Set the option to the desired level of sharpness.
 
# Set the option to the desired level of sharpness.
 +
# Apply the changes.
 +
 +
===[[AMD Mesa]]===
 +
# On Linux, for radeonsi (and older r600) OpenGL driver, anisotropic filtering can be forced setting environment variable: <code>R600_TEX_ANISO=16</code>
 +
 +
===[[Intel Control Panel]]===
 +
# Open the Intel Graphics Settings found in in Windows' Control Panel.
 +
# Proceed to the 3D Settings icon.
 +
# Under "Select Application", click "Browse", and manually select the game executable.
 +
# Change the 'Anisotropic Filtering' option to the desired level of sharpness.
 
# Apply the changes.
 
# Apply the changes.
  
 
==External links==
 
==External links==
 
[[Wikipedia:Anisotropic filtering|Anisotropic Filtering article on Wikipedia]]
 
[[Wikipedia:Anisotropic filtering|Anisotropic Filtering article on Wikipedia]]

Revision as of 20:21, 17 February 2020

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Example of anisotropic filtering on a runway. Notice a reduced blur with Anisotropic filtering.
Example of anisotropic filtering on a runway. Notice a reduced blur with Anisotropic filtering.

Description

Anisotropic filtering is a type of texture filtering which increases the visual quality of textures at steep angles to the camera, such as those that recede into the distance.

The option to enable anisotropic filtering is present in almost every PC game on the market today. Usually you will be able to select texture sample rates of 2x, 4x, 8x, or 16x. The texture sample rate is the number of passes the anisotropic filtering algorithm makes on the current textures in the frame. Most newer GPUs can render settings of 8x or 16x AF without a noticeable loss of performance, but if you are experiencing low FPS, lowering the sample rate or disabling the anisotropic filtering setting may increase performance.

Due to how linear texture filtering works, the need for anisotropic filtering is reduced as the rendering resolution is increased. Despite this, it is still recommended to enable the maximum viable anisotropic filtering setting due to the noticeable improvement in texture clarity.

Games that supports Anisotropic filtering

For a list of games, see List of games that support anisotropic filtering (AF).


Most modern 3D games provides native AF. It can be configured through its Graphics settings, console commands, launcher options, or configuration files.

Force anisotropic filtering

If a game...

  • does not have a native "Anisotropic Filtering" option
  • has limited Anisotropic option (e.g. up to 4x AF)
  • only supports up to "Trilinear Filtering"

...there is a method to 'override' game's default texture filtering. Depending on your system's graphics type, below are methods in forcing Anisotropic filtering:

Nvidia Control Panel

  1. Open the Nvidia Control Panel found in Windows' Control Panel.
  2. Proceed to the 3D Settings / Manage 3D Settings tab on the left side bar.
  3. Select the game under 'Program to customize'. Alternatively, manually select the executable using the 'Add' button.
  4. Change the 'Anisotropic Filtering' option to the desired level of sharpness.
  5. Apply the changes.

AMD Radeon Settings

  1. Open AMD Radeon Settings application.
  2. Click on Gaming.
  3. Click Add and go to the game installation folder and select the game executable.
  4. In the Radeon Settings window click on the game icon.
  5. Click on Anisotropic Filtering Mode and select Override application settings.
  6. Under Anisotropic Filtering Level select the quality (this does not have a significant performance impact, so using 16x is recommended).

AMD Catalyst Control Center

  1. Open the AMD Catalyst Control Panel found in Windows' Control Panel.
  2. Proceed to the Image Quality / Anisotropic Filtering tab.
  3. Uncheck the 'Use application settings' box.
  4. Set the option to the desired level of sharpness.
  5. Apply the changes.

AMD Mesa

  1. On Linux, for radeonsi (and older r600) OpenGL driver, anisotropic filtering can be forced setting environment variable: R600_TEX_ANISO=16

Intel Control Panel

  1. Open the Intel Graphics Settings found in in Windows' Control Panel.
  2. Proceed to the 3D Settings icon.
  3. Under "Select Application", click "Browse", and manually select the game executable.
  4. Change the 'Anisotropic Filtering' option to the desired level of sharpness.
  5. Apply the changes.

External links

Anisotropic Filtering article on Wikipedia