summaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/video
AgeCommit message (Expand)Author
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-09-18libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu
2020-08-28libpayload: cbgfx: Support buffered I/OHung-Te Lin
2020-08-24libpayload: Cache copy of `cb_framebuffer` structNico Huber
2020-08-13libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu
2020-07-23libpayload: cbgfx: Add draw_line()Yu-Ping Wu
2020-07-15cbgfx: Add blend functions to calculate transparencyShelley Chen
2020-07-09libpayload: cbgfx: Replace bilinear resampling with LanczosJulius Werner
2020-07-06libpayload: cbgfx: Fix add_fractions() overflow reductionJulius Werner
2020-06-28libpayload/cbgfx: Fix overflow in transform_vector()Yu-Ping Wu
2020-05-26libpayload/cbgfx: Remove gap between adjacent boxesYu-Ping Wu
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-10libpayload/corebootfb: Replace obsolete macros FI and CHARSNico Huber
2020-03-09libpayload/corebootfb: Add option to center a 80x25 consoleNico Huber
2020-03-09libpayload/corebootfb: Keep local copy of framebuffer infoNico Huber
2020-02-24libpayload: cbgfx: Fix potential overflowing expressionYu-Ping Wu
2020-02-17payloads: Fix typosElyes HAOUAS
2020-02-17libpayload/corebootfb: Fix character buffer relocationNico Huber
2020-01-14libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu
2019-08-08libpayload: cbgfx: Allow rotation of the displayNicolas Boichat
2019-06-29libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box()Julius Werner
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-09libpayload: Don't try to use invalid row countMartin Roth
2017-08-10libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel
2017-08-03libpayload: video: Add support for font scaling with a factorPaul Kocialkowski
2017-08-03libpayload: video: Introduce helpers for font accessPaul Kocialkowski
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-28payloads: Add whitespace around '<<'Elyes HAOUAS
2017-06-27libpayload: corebootfb: Add null check for framebuffer addressDuncan Laurie
2017-05-25detachables: Add invert parameterShelley Chen
2017-05-01cbgfx: Add portrait screen supportNickey Yang
2017-04-17libpayload: cbgfx: Show square images on portrait displaysJulius Werner
2016-12-14libpayload/drivers/video: Improve check in if conditionPatrick Georgi
2016-07-02cbgfx: Use memset() for faster screen clearing if possibleJulius Werner
2016-01-14cbgfx: add error code to cbgfx_initDaisuke Nojiri
2015-10-28cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld
2015-10-27libpayload/libcbgfx: Add license headersPatrick Georgi
2015-10-27cbgfx: remove load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add get_image_dimensionDaisuke Nojiri
2015-10-27cbgfx: make the code more descriptiveDaisuke Nojiri
2015-10-27cbgfx: add pivot option to draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri
2015-10-27cbgfx: add load_bitmapDaisuke Nojiri
2015-10-27cbgfx: add clear_screenDaisuke Nojiri
2015-10-27cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri
2015-10-27cbgfx: add draw_bitmapDaisuke Nojiri
2015-10-27cbgfx: coreboot graphics libraryDaisuke Nojiri
2015-09-08video_printf: align textDaisuke Nojiri
2015-09-08video: add video_printfDaisuke Nojiri
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer