Subj : src/conio/scale.c xbr.c src/syncterm/syncterm.c To : Git commit to main/sbbs/master From : Deucе Date : Tue Oct 22 2024 21:45:39 https://gitlab.synchro.net/main/sbbs/-/commit/b84c583a26e6f9145cde5de0 Modified Files: src/conio/scale.c xbr.c src/syncterm/syncterm.c Log Message: Rejigger width iterpolation. The old code expected the L1 cache to be fairly large, and the prefetcher to be fairly smart, and did updates by columns to save some math. This change performs width interpolation row-by-row so even the dumbest prefetcher can get it right, and there's no need to keep the whole source and destination images in the cache. This may help out older processors when scaling with interpolation (most commonly used in fullscreen). It's entirely possible though that this won't be enough and they'll still need to use "External" scaling. --- SBBSecho 3.20-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .