History log of /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cef89a58ee126ea3c46be6fc60685c7c2e6eae33 23-Feb-2015 Laszlo Ersek <lersek@redhat.com> OptionRomPkg: FrameBufferBltLib: drop set but not used variable

BltMemSrc is set in BltLibVideoFill(), but never read.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16889 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
98208ad363dc301e900ba36c3f5434f94c666721 07-Jun-2011 hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> update copyright line format

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11757 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
fd776d390d63926dad53fb8addcfdbfc76f793b0 25-Apr-2011 ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> Refine code to make code run more safely.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11583 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
8990b82f4fdf58420ffdb0f7f1a9c100aac8c1ae 23-Apr-2011 jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> OptionRomPkg FrameBufferBltLib: Fix build warning with ICC

mBltLibBytesPerPixel is UINTN, and therefore it will always
be >= 0. Instead an ASSERT is used to verify that MergedMasks
is non-zero.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11581 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
f057c25bc2955d49e8b98bece1262240f10d4f1b 17-Apr-2011 jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> OptionRomPkg: Fix Visual Studio compiler warnings

These changes fix compiler warnings with Visual Studio 2005.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11545 6f19259b-4bc3-4df7-8a09-765794883524
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
e5e1d2e2706d798fc7e7b541f4c1662908f9787f 12-Apr-2011 jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> 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
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.c