mkxp-z / mkxp-z

Open-source cross-platform player for (some) RPG Maker XP / VX / VX Ace games. A very heavily modified fork of mkxp. RGSS on steroids with a stupid name.
https://github.com/mkxp-z/mkxp-z/wiki
GNU General Public License v2.0
140 stars 39 forks source link

Add mipmap scaling #174

Closed Splendide-Imaginarius closed 3 months ago

Splendide-Imaginarius commented 3 months ago

Yields a substantial quality improvement when the window is much smaller than the rendered resolution.

Bilinear+Mipmap is much faster than Lanczos3 (tested when downscaling from 4800p to 2160p), and also looks much better to me. Performance numbers at the title screen:

Once this is merged, the "Performance Tips" documentation should be amended to suggest disabling mipmap scaling.