[ scummvm-Feature Requests-2013428 ] Scalers cleanup

SourceForge.net noreply at sourceforge.net
Tue Jul 8 14:13:12 CEST 2008


Feature Requests item #2013428, was opened at 2008-07-08 14:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=2013428&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Zorbid (zorbid)
Assigned to: Nobody/Anonymous (nobody)
Summary: Scalers cleanup

Initial Comment:
ScummVM comes with a lot of scalers (some obsolete), and there are a lot of pending scalers items in the patch/feature request trackers, but no one has been interested in touching this area for a while, so I guess it may be another GSoC candidate...

Here's a summary of what I've read mixed with some suggestions. 

I realise that rendering quality is a very subjective issue, so this is of course open for discussion.


AFAICT, scalers can be grouped in the following categories.

- Small device down scaler(s).

- Big screen up scalers (for the SDL backend, on relatively fast hardware), subdivided in
- * Blocky (for native VGA feel)
- * Edge guessing / smoothing (from SCALE2x-3x to HQ2x).
- * Old monitor / TVscreen simulation (for pre-VGA screens and non PC games).

Here are my sugestions:

Idealy, these filters should be resolution and aspect ratio indepedant, stretching the picture up to the screen borders using the native desktop resolution in full screen, or the borders of the window. This would be future proof (I've seen request for a 5x scaler in the tracker, in 3 years someone will request a 10x...).

Regarding aspect ratio, 3 options should IMO be implemented : square pixels (best for Scumm games up to MI2 at least), force 4/3, and stretch to max in both directions. This should please all users AFAICT.

A few scalers of each kind should be implemented, with simple options for optimised performance or quality. 

- Simple scaler.

The blocky filter should be the most trivial. 
Hq/Lq option: (don't) interpolate source pixels rendered on more than one physical pixel.
A linear interpolation scaler could fall here too.


- Edge guessing

`Moe` of DOSBox fame wrote an hardware accelerated HQnX inspired by HQ2X, with independant x and y scaling. I don't know how resource intensive it would be if ported to the CPU...
http://vogons.zetafleet.com/viewtopic.php?t=9198

2xPM has been mentioned as a better HQ2X/mame2x. The source seems to be much more simple too (faster to compile?), but it seems to be hardcoded and optimised to 2x, and adapting it for arbitrary resolution probably means a complete rewrite, which won't be easy since the high level rationale would have to be deduced from the source (unless the author is still reachable... the site hasn't been updated since 2005).


- Old screen simulation

HQ: Sev submitted a patch for this, and BlueMSX screen simulation has been mentioned. 

Fast: (Soft) scanlines + the current "dot matrix" scaler?

I suppose that most of these are fixed resolution scalers, but resolution independence could be achieved with either a linear or a blocky interpolation pass afterwards, and should IMO look good.



- GUI

I'd see the GUI for this as a tab with two multiple choice widgets for scaler type (out of the three discussed above) and aspect ratio (maybe a third for the scaling factor?), plus some sub-tabs (or a lower part of the window automatically switching to the relevant options) below to customize each kind of scaler.


What do you guys think of this?



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418823&aid=2013428&group_id=37116




More information about the Scummvm-tracker mailing list