Summary: | vkGetQueryPoolResults returns incorrect query status for large query buffers (bisected) | ||
---|---|---|---|
Product: | Mesa | Reporter: | Philip Rebohle <philip.rebohle> |
Component: | Drivers/Vulkan/radeon | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Modification to the 'occlusionquery' demo to reproduce the issue
workaround |
Description
Philip Rebohle
2018-02-28 14:47:25 UTC
Yeah, I think it's because we don't emit the cache flushes after resetting the query pool with a compute shader. Created attachment 137690 [details] [review] workaround This fixes the issue for me, but I will probably come with a better solution a bit later. Here's the fix https://patchwork.freedesktop.org/patch/207416/ |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.