aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/video/graphics.c
AgeCommit message (Expand)Author
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-02-24libpayload: cbgfx: Fix potential overflowing expressionYu-Ping Wu
2020-02-17payloads: Fix typosElyes HAOUAS
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
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