Hello Shelley Chen, build bot (Jenkins), Joel Kitching, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44375
to look at the new patch set (#3).
Change subject: libpayload: cbgfx: Add color mapping functionality ......................................................................
libpayload: cbgfx: Add color mapping functionality
Similar to set_blend(), add set_color_map() for mapping background and foreground colors of a bitmap. Also add clear_color_map() for clearing the saved color mappings.
Note that when drawing a bitmap, the color mapping will be applied before blending.
Also remove unnecessary initialization for static variable 'blend'.
BRANCH=puff BUG=b:146399181, b:162357639 TEST=emerge-puff libpayload
Change-Id: I640ff3e8455cd4aaa5a41d03a0183dff282648a5 Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M payloads/libpayload/drivers/video/graphics.c M payloads/libpayload/include/cbgfx.h 2 files changed, 75 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/44375/3