Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45235 )
Change subject: libpayload: cbgfx: Fix 'equals' counter for Lanczos resampling ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45235/3/payloads/libpayload/drivers... File payloads/libpayload/drivers/video/graphics.c:
https://review.coreboot.org/c/coreboot/+/45235/3/payloads/libpayload/drivers... PS3, Line 882: sample[sx][sy] = *last_sample;
This is not all about the speed. […]
BTW, this makes me recall b/162775521, where the monospace texts are completely unrecognizable. Even if the screen resolution is pretty low in bmpblk, the texts shouldn't look that bad. I think that issue is related to the bug (sx - S0 >= dim_org->width) we found here.