aboutsummaryrefslogtreecommitdiff
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
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-01-03libpayload: don't test for unsigned >= 0Patrick Georgi
2014-12-30libpayload: video: Check for 'console' pointer before dereferencing itJulius Werner
2014-12-30libpayload: video: Make cursor fixup independent of visibilityJulius Werner
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-10libpayload: Keep physical addresses in console driversNico Huber
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
2013-03-12libpayload: Remove unnecessary include of arch/msr.hGabe Black
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2010-08-18libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25Add coreboot framebuffer support to libpayloadStefan Reinauer
2009-07-31* drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-21[PATCH] fix video console initJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-08libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge
2008-09-26Use a block cursor on VGA console :-)Stefan Reinauer
2008-09-11makes cursorx and cursory signed, as therePatrick Georgi
2008-08-19make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer
2008-08-19add functions to query cursor position to video layerStefan Reinauer
2008-08-11Document all of the external code we use in libpayload (trivial).Uwe Hermann
2008-08-11Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch
2008-08-11video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer
2008-05-14libpayload: Fix the putc functionJordan Crouse
2008-04-11Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann
2008-04-11Various small consistency fixes (trivial):Uwe Hermann
2008-04-11libpayload: Add a Geode video driverJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse