summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/GraphicsConsoleDxe: add modesGerd Hoffmann2022-04-221-1/+4
* MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no errorGuomin Jiang2022-03-031-2/+2
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-458/+476
* MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney2021-12-071-2/+2
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-4/+2
* MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud2021-01-061-6/+6
* MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSESamer El-Haj-Mahmoud2021-01-061-1/+1
* MdeModulePkg/GraphicsConsoleDxe: Initialize the output modeZhichao Gao2019-06-131-10/+32
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-23/+23
* MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni2016-01-111-3/+5
* MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li2014-07-311-7/+0
* MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey2014-07-251-2/+2
* Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng142013-04-021-32/+6
* Add debug message to output video resolution used by GraphicsConsole.li-elvin2013-03-151-0/+2
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-3/+3
* Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin2012-12-251-0/+13
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-081-3/+0
* Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin2012-08-071-33/+76
* Fix memory leak issues.ydong102012-05-071-0/+1
* Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2011-11-301-20/+8
* Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2011-11-251-84/+182
* Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin2011-10-281-65/+104
* 1. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2011-05-271-18/+26
* MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten2011-03-231-61/+49
* Refine code to make code run safely.ydong102010-09-161-2/+2
* remove duplicated code.vanjeff2010-07-121-6/+1
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-181-4/+12
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-0/+8
* fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on ...eric_tian2009-07-031-2/+2
* rename array name to avoid naming collision.vanjeff2009-05-201-5/+5
* HII Library Class interface refine.rsun32009-04-141-6/+8
* Move registration of Font into driver entry point.xli242009-03-251-64/+80
* remove klocwork issue.vanjeff2009-01-221-20/+20
* Performance and size optimised.gikidy2009-01-151-1/+1
* ECC clean up.vanjeff2009-01-081-30/+30
* Code scrub for GraphicConsoleDxe Module.gikidy2009-01-041-79/+1
* Check comments, format and fix some typo.gikidy2008-12-301-10/+9
* Check Library usage.gikidy2008-12-261-5/+7
* Code scrub for Universal\Console\GraphicsConsoleDxe.gikidy2008-12-171-62/+62
* Global variables have been moved backward ahead of functions.jji42008-12-031-76/+77
* Refine MdeModulePkg to pass GCC build.xli242008-11-181-1/+1
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-14/+22
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-6/+6
* code scrub for check list.vanjeff2008-07-221-52/+60
* 1. added functions header for GraphicsConsoleDxe module.vanjeff2008-07-071-95/+241
* Clean codes per ECC for GraphicsConsoleDxe module.vanjeff2008-07-011-274/+188
* Change the ASSERT condition from “ASSERT (RowInfoArraySize == 1);” to “...qwang122008-06-271-2/+2
* Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang122008-04-281-45/+45