Files
ppsspp/UI
Henrik Rydgård 6b76bcf070 Add new texture filtering "Auto Max Quality" that tweaks texture filtering for best quality.
It does this by enforcing mipmapping and minification filters, and
always autogenerates mipmaps and enforces anisotropic filtering for all
modes (if that's separately enabled).

This looks nice and flicker free in most games without any additional
tweaking, including GTA and Burnout which have long been painfully
flickery in the distance due to undersampling.

Needs a bit more testing before merge, maybe.

Fixes #13888
2021-09-03 00:14:58 +02:00
..
2021-05-24 22:54:04 +02:00
2021-08-30 13:13:09 +02:00
2021-08-17 09:17:37 +02:00
2021-05-13 10:39:16 +02:00
2021-05-13 10:39:16 +02:00
2021-06-07 00:24:51 +02:00
2021-06-07 00:24:51 +02:00
2021-08-28 09:14:53 -07:00
2021-03-09 00:09:36 +01:00
2021-08-07 13:28:43 +02:00
2015-10-14 18:10:21 +02:00
2021-05-13 10:39:16 +02:00
2021-06-07 00:24:51 +02:00
2021-06-07 00:24:51 +02:00

========================================================================
    STATIC LIBRARY : UI Project Overview
========================================================================

AppWizard has created this UI library project for you.

No source files were created as part of your project.


UI.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

UI.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////