hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.79k stars 2.12k forks source link

(CAS) Contrast Adaptive Sharpening #17231

Open CristobalManga opened 1 year ago

CristobalManga commented 1 year ago

What should happen

Hello, I hope you are having a good day. Well, there is a very interesting function that I saw in another emulator and I want to share it with you and see what you think.

It is about Contrast Adaptive Sharpening, it is a function that gives and a feeling of increased resolution and graphic improvement WITH SHARPNESS without loss of performance.

Examples: image image

Who would this benefit

Increased resolution and graphic improvement WITH SHARPNESS without loss of performance.

Platform (if relevant)

Android

Games this would be useful in

All

Other emulators or software with a similar feature

PCSX2, AetherSX2

Checklist

hrydgard commented 1 year ago

CAS was an older alternative to AMD's newer FSR algorithm. I don't think it's that interesting for us since our per-pixel shading cost is low - crank up the resolution instead, or even better switch to Vulkan and use MSAA 8x to get the sharpest possible image with great antialiasing.