]> git.proxmox.com Git - mirror_edk2.git/commit - OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
OptionRomPkg: Add FrameBufferBltLib implementation of BltLib
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Apr 2011 15:07:52 +0000 (15:07 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 12 Apr 2011 15:07:52 +0000 (15:07 +0000)
commite5e1d2e2706d798fc7e7b541f4c1662908f9787f
tree12dbf7dad71cdcc9f609d63e34bb621b2dfaceba
parentcaebd91505fa9e778ccaba6bd6c8f1d19723602a
OptionRomPkg: Add FrameBufferBltLib implementation of BltLib

This BltLib implementation will act on the BltLib functions by
directly manipulating a memory framebuffer.  Therefore, it
should be usable by a Graphics Output Protocol (GOP) driver
to easily implement the GOP Blt function whenever a memory
framebuffer is available.

It can also be used in any situation where code would prefer to
not call the GOP Blt function, and would rather update the
framebuffer directly.  (Assuming a framebuffer is available
for the graphics device.)

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11521 6f19259b-4bc3-4df7-8a09-765794883524
OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c [new file with mode: 0644]
OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf [new file with mode: 0644]
OptionRomPkg/OptionRomPkg.dsc