scummvm/graphics/scaler
Eric Culp 3d57c13af0 GRAPHICS: Add dummy specializations for some interpolate* functions
They use ColorMask values not present in 2-byte ColorMasks. Since they
should never be used on 2-byte pixel data, the dummy implementations
assert(0) and should be removed by any optimizing compiler since no
code path can ever reach them.
2019-04-01 00:29:23 +03:00
..
2xsai.cpp ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
aspect.cpp SURFACESDL: Respect filtering setting when performing aspect ratio correction 2018-10-24 23:34:41 +02:00
aspect.h SURFACESDL: Respect filtering setting when performing aspect ratio correction 2018-10-24 23:34:41 +02:00
downscaler.cpp
downscaler.h
downscalerARM.s
hq2x_i386.asm
hq2x.cpp ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
hq3x_i386.asm
hq3x.cpp ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
intern.h GRAPHICS: Add dummy specializations for some interpolate* functions 2019-04-01 00:29:23 +03:00
Normal2xARM.s
scale2x.cpp
scale2x.h
scale2xARM.s
scale3x.cpp
scale3x.h
scalebit.cpp JANITORIAL: Fix whitespace 2018-04-15 16:31:31 +02:00
scalebit.h
thumbnail_intern.cpp