1
0
Fork 0
dosbox-staging/include
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 Import svn:ignore props to .gitignore files 2019-09-15 20:34:57 +02:00
bios.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
bios_disk.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
callback.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
compiler.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
control.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
cpu.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
cross.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
debug.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
dma.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
dos_inc.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
dos_system.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
dosbox.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
drives.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
fpu.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
hardware.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
inout.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
ipx.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
ipxserver.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
joystick.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
keyboard.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
logging.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
Makefile.am Move drives.h to common include dir 2020-01-04 08:26:22 +01:00
mapper.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
mem.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
midi.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
mixer.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
mouse.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
paging.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
pci_bus.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
pic.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
programs.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
regs.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
render.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
serialport.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
setup.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
shell.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
support.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
timer.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
types.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
vga.h Update copyright dates to 2020 2020-03-07 00:18:01 +01:00
video.h Add output type texturepp for pixel-perfect scaling 2020-03-09 20:12:36 +01:00