summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2020-08-25 19:12:37 +0200
committerDylan Baker <dylan.c.baker@intel.com>2020-08-28 11:27:05 -0700
commit948a2fbec5f1cf006687800ec265b9867e228f6f (patch)
treefbad7717a528fe5e4f42065b3f9d7d7e1cc62658 /.pick_status.json
parent17837b663779ec8490740f4c64d4e98d503b90a9 (diff)
radv: Fix 3d blits.
- the offsets are inclusive-exclusive so the +1 was wrong - Since the GPU doesn't do the interpolation on depth (as we render per layer), we have to add an offset for the pixel center. CC: mesa-stable Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3073 Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6458> (cherry picked from commit 4d40a719b07670b64d6ed4313818ac8d309bb77f)
Diffstat (limited to '.pick_status.json')
-rw-r--r--.pick_status.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json
index 173a876629e..c482ee2d014 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -616,7 +616,7 @@
"description": "radv: Fix 3d blits.",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": null
},