rsx: Cleanup for blit engine fixes

This commit is contained in:
kd-11 2019-08-09 22:54:26 +03:00 committed by Ani
parent 8150095e8f
commit 8866a3d6a9
3 changed files with 2 additions and 14 deletions

View file

@ -1115,6 +1115,8 @@ namespace rsx
{
if (need_clip)
{
temp3.resize(out_pitch * clip_h);
if (need_convert)
{
temp2.resize(out_pitch * std::max(convert_h, (u32)clip_h));