summaryrefslogtreecommitdiff
path: root/.pick_status.json
diff options
context:
space:
mode:
authorBrian Ho <brian@brkho.com>2020-01-26 19:50:42 -0800
committerDylan Baker <dylan@pnwbakers.com>2020-02-03 08:31:30 -0800
commite0a3fa8bb283bd325f8523322a4f4e27a5a13c5c (patch)
tree5fdc7d4523a2320cb1c551092a20863a566b3149 /.pick_status.json
parentd203c0add7efaca44544ffb463ef0dc73b13baab (diff)
downloadmesa-e0a3fa8bb283bd325f8523322a4f4e27a5a13c5c.tar.gz
anv: Handle unavailable queries in vkCmdCopyQueryPoolResults
If VK_QUERY_RESULT_WAIT_BIT is not set, there is currently no special handling of unavailable queries in vkCmdCopyQueryPoolResults, and anv will write an invalid value for the query result. This commit updates vkCmdCopyQueryPoolResults for unavailable queries to return 0 if the VK_QUERY_RESULT_PARTIAL_BIT flag is set and if not, skip writing altogether. Cc: <mesa-stable@lists.freedesktop.org> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3586> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3586> (cherry picked from commit 815a603889b812edc94bed61a260c76c264a8b9d)
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 cf211be7868..1c296ad4e67 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -49,7 +49,7 @@
"description": "anv: Handle unavailable queries in vkCmdCopyQueryPoolResults",
"nominated": true,
"nomination_type": 0,
- "resolution": 0,
+ "resolution": 1,
"master_sha": null,
"because_sha": null
},