do not force swizzled surfaces to use slow cpu path
This commit is contained in:
@@ -1051,8 +1051,11 @@ namespace gl
|
|||||||
|
|
||||||
bool upload_scaled_image(rsx::blit_src_info& src, rsx::blit_dst_info& dst, bool interpolate, gl_render_targets &m_rtts)
|
bool upload_scaled_image(rsx::blit_src_info& src, rsx::blit_dst_info& dst, bool interpolate, gl_render_targets &m_rtts)
|
||||||
{
|
{
|
||||||
if (dst.swizzled)
|
//Since we will have dst in vram, we can 'safely' ignore the swizzle flag
|
||||||
return false;
|
//TODO: Verify correct behavior
|
||||||
|
|
||||||
|
//if (dst.swizzled)
|
||||||
|
//return false;
|
||||||
|
|
||||||
bool src_is_render_target = false; //TODO
|
bool src_is_render_target = false; //TODO
|
||||||
bool dst_is_render_target = false; //TODO
|
bool dst_is_render_target = false; //TODO
|
||||||
|
|||||||
Reference in New Issue
Block a user