summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* commonlib/bsd/helpers: Remove redundancy with libpayload definesJakub Czapiga2022-03-301-1/+0
* libpayload: cbgfx: Clear screen by memcpyYu-Ping Wu2021-10-071-20/+18
* libpayload: cbgfx: Clear screen by sequential accessYu-Ping Wu2021-08-271-8/+13
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu2020-09-181-14/+13
* libpayload: cbgfx: Support buffered I/OHung-Te Lin2020-08-281-1/+38
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-242-15/+11
* libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu2020-08-131-9/+57
* libpayload: cbgfx: Add draw_line()Yu-Ping Wu2020-07-231-7/+79
* cbgfx: Add blend functions to calculate transparencyShelley Chen2020-07-151-6/+54
* libpayload: cbgfx: Replace bilinear resampling with LanczosJulius Werner2020-07-091-79/+284
* libpayload: cbgfx: Fix add_fractions() overflow reductionJulius Werner2020-07-061-7/+3
* libpayload/cbgfx: Fix overflow in transform_vector()Yu-Ping Wu2020-06-281-7/+11
* libpayload/cbgfx: Remove gap between adjacent boxesYu-Ping Wu2020-05-261-10/+40
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1110-10/+0
* libpayload/corebootfb: Replace obsolete macros FI and CHARSNico Huber2020-03-101-56/+54
* libpayload/corebootfb: Add option to center a 80x25 consoleNico Huber2020-03-091-2/+21
* libpayload/corebootfb: Keep local copy of framebuffer infoNico Huber2020-03-091-10/+6
* libpayload: cbgfx: Fix potential overflowing expressionYu-Ping Wu2020-02-241-3/+3
* payloads: Fix typosElyes HAOUAS2020-02-171-1/+1
* libpayload/corebootfb: Fix character buffer relocationNico Huber2020-02-171-5/+6
* libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu2020-01-141-0/+156
* libpayload: cbgfx: Allow rotation of the displayNicolas Boichat2019-08-081-4/+35
* libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box()Julius Werner2019-06-291-3/+4
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-6/+6
* libpayload: Don't try to use invalid row countMartin Roth2018-12-091-0/+3
* libpayload: Use a static copy of `font_glyph_filled()`Paul Menzel2017-08-101-1/+1
* libpayload: video: Add support for font scaling with a factorPaul Kocialkowski2017-08-034-7/+16
* libpayload: video: Introduce helpers for font accessPaul Kocialkowski2017-08-034-34/+120
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-3/+3
* payloads: Add whitespace around '<<'Elyes HAOUAS2017-06-281-1/+1
* libpayload: corebootfb: Add null check for framebuffer addressDuncan Laurie2017-06-271-0/+2
* detachables: Add invert parameterShelley Chen2017-05-251-9/+15
* cbgfx: Add portrait screen supportNickey Yang2017-05-011-10/+10
* libpayload: cbgfx: Show square images on portrait displaysJulius Werner2017-04-171-4/+7
* libpayload/drivers/video: Improve check in if conditionPatrick Georgi2016-12-141-1/+1
* cbgfx: Use memset() for faster screen clearing if possibleJulius Werner2016-07-021-7/+15
* cbgfx: add error code to cbgfx_initDaisuke Nojiri2016-01-141-3/+3
* cbgfx: Fix spelling of calculate_position()Jason A. Donenfeld2015-10-281-2/+2
* libpayload/libcbgfx: Add license headersPatrick Georgi2015-10-272-0/+52
* cbgfx: remove load_bitmapDaisuke Nojiri2015-10-271-14/+0
* cbgfx: add get_image_dimensionDaisuke Nojiri2015-10-271-0/+31
* cbgfx: make the code more descriptiveDaisuke Nojiri2015-10-271-151/+157
* cbgfx: add pivot option to draw_bitmapDaisuke Nojiri2015-10-271-57/+166
* cbgfx: use bilinear interpolation to scale bitmapDaisuke Nojiri2015-10-271-11/+44
* cbgfx: add load_bitmapDaisuke Nojiri2015-10-271-0/+15
* cbgfx: add clear_screenDaisuke Nojiri2015-10-271-0/+16
* cbgfx: allow draw_bitmap to render outside canvasDaisuke Nojiri2015-10-271-71/+125
* cbgfx: add draw_bitmapDaisuke Nojiri2015-10-272-2/+270
* cbgfx: coreboot graphics libraryDaisuke Nojiri2015-10-271-0/+148