coreboot-kgpe-d16/payloads/libpayload/drivers/video
Paul Kocialkowski d85e485c58 libpayload: video: Add support for font scaling with a factor
This introduces support for font scaling with a factor provided via
Kconfig. In practice, the font itself is not scaled at any point in
memory and only the logic to determine whether a pixel should be filled
or not is changed.

Thus, it should not significantly impact either the access time or
memory use.

Change-Id: Idff210617c9ec08c6034aef107cfdb34c7cdf029
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/20709
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2017-08-03 20:37:07 +00:00
..
bitmap.h Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
corebootfb.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
font.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
font.h libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
font8x16.c
font8x16.h
geodelx.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
graphics.c detachables: Add invert parameter 2017-05-25 18:23:56 +02:00
vga.c Add coreboot framebuffer support to libpayload 2010-03-25 18:56:26 +00:00
video.c video_printf: align text 2015-09-08 11:51:55 +00:00