Skip to content
Commit 925aa772 authored by Bas Nieuwenhuizen's avatar Bas Nieuwenhuizen Committed by Juan A. Suarez Romero
Browse files

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: default avatarDave Airlie <airlied@redhat.com>
(cherry picked from commit 73279da4)
parent f378cd34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment