radv: Fix fragment resolve destination offset.
The position start at (dst.x, dst.y), so if we want the source to start at (src.x, src.y), we have to offset by (src.x-dst.x,src.y-dst.y). Haven't tested that this fixed anything yet, but found by inspection. Fixes: 69136f4e "radv/meta: add resolve pass using fragment/vertex shaders" Reviewed-by:Dave Airlie <airlied@redhat.com> (cherry picked from commit 73279da4)
Loading
Please register or sign in to comment