Ppsspp: Remove some texture upscaling methods?

Created on 6 Feb 2019  路  7Comments  路  Source: hrydgard/ppsspp

I plan to eventually move automatic texture upscaling to the GPU.

I'm wondering if we really need all the options we currently have:

  • xBRZ
  • Hybrid
  • Bicubic
  • Hybrid+Bicubic

plus the Deposterize setting.

Bicubic will be turned into a texture filtering mode and moved directly into the shaders (it can be done in four lookups, and some hardware actually has direct support for it), but there's still Hybrid and Deposterize. I bet few people have any idea what any of these do. Are Hybrid and Deposterize really worth keeping?

Feature Request

Most helpful comment

When texture scaling is off, Deposterize doens't do anything - it's just a minor modifier to the output of the texture scaler. But if that's the only flicker that's fixed, that's not very strong argument for keeping it, heh.

All 7 comments

Glad to see Bicubic be turned into a texture filtering mode.
Deposterize does help reduce flickers in some case.

Really? In what cases does it reduce flickering?

Monster Hunter Portable 3rd HD, the "CAPCOM" Logo. Though when texture scaling is off Deposterize is on, the flickering also occurs. But I turn on texture scaling and Deposterize, the flicker just gone. If only turn on texture scaling, the flickering still occurs.

When texture scaling is off, Deposterize doens't do anything - it's just a minor modifier to the output of the texture scaler. But if that's the only flicker that's fixed, that's not very strong argument for keeping it, heh.

Seems from other discussion that at least most of the modes have some purpose, I'm closing this.

But sir will bicubic move to textures filtering? Because it's definitely better than linear.

yes I will, later.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joelolopez picture joelolopez  路  3Comments

zminhquanz picture zminhquanz  路  6Comments

PilipinoAko picture PilipinoAko  路  5Comments

moura464 picture moura464  路  3Comments

hrydgard picture hrydgard  路  5Comments