summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
AgeCommit message (Expand)Author
2008-07-071. added functions header for GraphicsConsoleDxe module.vanjeff
2008-07-01Clean codes per ECC for GraphicsConsoleDxe module.vanjeff
2008-06-27Change the ASSERT condition from “ASSERT (RowInfoArraySize == 1);” to “...qwang12
2008-04-28Remove the non-standard definition: GLYPH_WIDTH and GLYPH_HEIGHT. All referen...qwang12
2008-03-19add some error check and return.vanjeff
2008-03-19add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...vanjeff
2008-03-15[Description]:qwang12
2008-02-201) Enable GraphicsConsole module to support a legacy platform which only prod...qwang12
2008-02-04Check the handle for font package before remove it.qwang12
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang12
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang12
2008-01-211. Sync the tracker for supporting the ModeNumber larger than 2.vanjeff
2008-01-171. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...vanjeff
2007-11-22Clean up: update "EFI" to "UEFI" if applicable.qhuang8
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang8
2007-07-09Updated modules to not depend on the IntelFrameworkPkg.AJFISH
2007-07-05Check in following modules,xgu3