]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Add missing sourceX for Blt
authorGris87 <Gris87@yandex.ru>
Mon, 16 Sep 2019 14:21:47 +0000 (22:21 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Wed, 25 Sep 2019 03:54:53 +0000 (11:54 +0800)
commit96301aadc199e3dcd4dec39a8e6257862d1f92c5
tree43a8515f72acfca5256003719ac272dcb50d7a43
parentc671c9106c52f4bd000ab8857eecd19574c70dbd
MdeModulePkg: Add missing sourceX for Blt

There is no sourceX offset in case when
Configure->PixelFormat == PixelBlueGreenRedReserved8BitPerColor.
We are copying most left pixels instead of copying required rectangle.

Signed-off-by: Gris87 <Gris87@yandex.ru>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Tested-by: Zhichao Gao <zhichao.gao@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.c