1
0
Fork 0
dosbox-staging/vs
Anton Shepelev d1be65b105 Add output type texturepp for pixel-perfect scaling
The new output type `texturepp' was added, which implements
pixel-perfect scaling using SDL's hardware-accelerated texture output.
In pixel-pefect mode, each original pixel is displayed as a rectangle m
by n pixels, so that m:n yields a reasonably good approximation of the
pixel aspect ratio (PAR) of the emulated graphical mode while using as
much screen space as possible. The balance between the precision of
aspect ratio and the utilisation of screen space is specified as the
`parweight' parameter to pp_getscale() and is currently hard-coded in
sdlmain.cpp.

This implementation emulatates pixel-perfect mode as a special case of
nearest-neighbor interpolation when the horisontal and vertical scaling
factors are integers.
2020-03-09 20:12:36 +01:00
..
.gitignore Remove Visual Studio references from autoconf 2020-01-13 01:42:20 +01:00
dosbox.sln Rename directory with Visual Studio solution 2019-12-09 07:22:15 +01:00
dosbox.vcxproj Add output type texturepp for pixel-perfect scaling 2020-03-09 20:12:36 +01:00