mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 02:45:12 +00:00
rsx: Apply swizzle flag on data source as well
- The fact that the attribute is tacked on to the dest is a semantic error. It's the context that is swz\ln, not the source or dest. They both are one or the other.
This commit is contained in:
parent
c58149f5b6
commit
45f416c4f1
@ -2924,7 +2924,7 @@ namespace rsx
|
||||
invalidate_range_impl_base(cmd, rsx_range, invalidation_cause::read, std::forward<Args>(extras)...);
|
||||
|
||||
cached_src = upload_image_from_cpu(cmd, rsx_range, image_width, image_height, 1, 1, src.pitch, gcm_format, texture_upload_context::blit_engine_src,
|
||||
subresource_layout, rsx::texture_dimension_extended::texture_dimension_2d, false);
|
||||
subresource_layout, rsx::texture_dimension_extended::texture_dimension_2d, dst.swizzled);
|
||||
|
||||
typeless_info.src_gcm_format = gcm_format;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user