summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
AgeCommit message (Expand)AuthorFilesLines
2023-01-20MdeModulePkg: remove garbage pixels in LaffStd glyphsdevel@edk2.groups.io1-5/+5
2022-04-22MdeModulePkg/GraphicsConsoleDxe: add modesGerd Hoffmann1-1/+4
2022-03-03MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no errorGuomin Jiang1-2/+2
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki4-760/+1008
2021-12-07MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()Michael D Kinney1-2/+2
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-4/+2
2021-01-06MdeModulePkg/Graphics: Fix spelling mistakesSamer El-Haj-Mahmoud2-10/+10
2021-01-06MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSESamer El-Haj-Mahmoud1-1/+1
2019-06-13MdeModulePkg/GraphicsConsoleDxe: Initialize the output modeZhichao Gao2-10/+34
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney7-46/+7
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao4-50/+50
2016-01-11MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni1-3/+5
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-9/+14
2014-07-31MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap...Elvin Li1-7/+0
2014-07-25MdeModulePkg: Fix parameter verification for SetAttributeJaben Carsey1-2/+2
2013-04-02Don't assume HiiDatabase has been present at the entrypoint and don't assume ...lzeng141-32/+6
2013-03-15Add debug message to output video resolution used by GraphicsConsole.li-elvin1-0/+2
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-3/+3
2012-12-25Set graphic mode if graphic mode is not same with the one which GraphicsConso...li-elvin1-0/+13
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin1-3/+0
2012-08-07Removed SetMode in GraphicsConsole Start() in release BIOS to improve perform...li-elvin1-33/+76
2012-05-07Fix memory leak issues.ydong101-0/+1
2012-02-24GraphicsConsole supports both UGA and GOP protocol, "UGA Console Driver" is c...li-elvin1-2/+2
2011-11-30Remove PCD usage for console driver, PcdConOutRow and PcdConOutColumn are cur...li-elvin2-22/+8
2011-11-25Updated GraphicsConsole and Terminal driver text mode initialization routine ...li-elvin2-87/+183
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin3-72/+107
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-05-271. Setting cursor position to (0, 0) and flushing cursor directly instead of ...vanjeff2-20/+33
2011-03-23MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Rowjljusten3-63/+57
2010-09-16Refine code to make code run safely.ydong101-2/+2
2010-07-12remove duplicated code.vanjeff1-6/+1
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin1-4/+12
2010-04-24Update the copyright notice formathhtian5-10/+10
2010-02-241. Correct File header to ## @filelgao41-5/+5
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-0/+8
2009-07-03fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on ...eric_tian1-2/+2
2009-05-20rename array name to avoid naming collision.vanjeff1-5/+5
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-14HII Library Class interface refine.rsun31-6/+8
2009-03-25Move registration of Font into driver entry point.xli242-66/+81
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao41-1/+1
2009-01-22remove klocwork issue.vanjeff1-20/+20
2009-01-15Performance and size optimised.gikidy3-30/+6
2009-01-08ECC clean up.vanjeff1-30/+30
2009-01-081.Review the comments;gikidy1-6/+6
2009-01-04Code scrub for GraphicConsoleDxe Module.gikidy2-105/+114