summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* 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
* video_printf: align textDaisuke Nojiri2015-09-081-1/+25
* video: add video_printfDaisuke Nojiri2015-09-081-0/+21
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-6/+6
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* libpayload: don't test for unsigned >= 0Patrick Georgi2015-01-031-1/+1
* libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner2014-12-301-13/+15
* libpayload: video: Make cursor fixup independent of visibilityJulius Werner2014-12-302-14/+2
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-221-0/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-6/+6
* libpayload: Keep physical addresses in console driversNico Huber2014-07-101-5/+8
* libpayload: If no video drivers initialize in video_init, return 1.Gabe Black2013-03-131-0/+1
* libpayload: Remove unnecessary include of arch/msr.hGabe Black2013-03-121-1/+0
* libpayload: Always use virtual pointers in struct sysinfo_tNico Huber2012-11-151-3/+3
* libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black2012-11-091-0/+10
* libpayload: Separate video initialization and the video console.Gabe Black2012-11-091-16/+23